Interface ContentSourceMap

interface ContentSourceMap {
    documents: ContentSourceMapDocuments;
    mappings: ContentSourceMapMappings;
    paths: ContentSourceMapPaths;
}

Properties