KC's Workspace
    Preparing search index...
    interface ExistingRawSourceMap {
        file?: string | null;
        mappings: string;
        names?: string[];
        sourceRoot?: string;
        sources?: (string | null)[];
        sourcesContent?: (string | null)[];
        version?: number;
        x_google_ignoreList?: number[];
    }
    Index

    Properties

    file?: string | null
    mappings: string
    names?: string[]
    sourceRoot?: string
    sources?: (string | null)[]
    sourcesContent?: (string | null)[]
    version?: number
    x_google_ignoreList?: number[]