@servicenow/sdk - v4.4.1
    Preparing search index...
    interface TypeScriptConfiguration {
        types?: string;
        typesVersions?: Partial<Record<string, Partial<Record<string, string[]>>>>;
        typings?: string;
    }
    Index

    Properties

    types?: string

    Location of the bundled TypeScript declaration file.

    typesVersions?: Partial<Record<string, Partial<Record<string, string[]>>>>

    Version selection map of TypeScript.

    typings?: string

    Location of the bundled TypeScript declaration file. Alias of types.