Interface MapFilenameToContent

interface MapFilenameToContent {
    [filename: string]: string;
}

Indexable

[filename: string]: string