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

    Options for creating a source file.

    interface SourceFileCreateOptions {
        overwrite?: boolean;
        scriptKind?: tsc.ScriptKind;
    }
    Index

    Properties

    overwrite?: boolean

    Whether a source file should be overwritten if it exists. Defaults to false.

    When false, the method will throw when a file exists.

    scriptKind?: tsc.ScriptKind

    Specifies the script kind of the source file.