interface IExtraLibs {
    [path: string]: IExtraLib;
}

Indexable

[path: string]: IExtraLib