@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface FileTextChanges

    interface FileTextChanges {
        fileName: string;
        isNewFile?: boolean;
        textChanges: readonly tsc.TextChange[];
    }
    Index

    Properties

    fileName: string
    isNewFile?: boolean
    textChanges: readonly tsc.TextChange[]