@servicenow/sdk - v4.4.1
    Preparing search index...
    interface DiscoverTypings {
        cachePath?: string;
        compilerOptions: tsc.CompilerOptions;
        fileNames: string[];
        kind: "discover";
        projectName: string;
        projectRootPath: tsc.Path;
        typeAcquisition: TypeAcquisition;
        unresolvedImports: SortedReadonlyArray<string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cachePath?: string
    compilerOptions: tsc.CompilerOptions
    fileNames: string[]
    kind: "discover"
    projectName: string
    projectRootPath: tsc.Path
    typeAcquisition: TypeAcquisition
    unresolvedImports: SortedReadonlyArray<string>