Interface IToPublishMap

interface IToPublishMap {
    [key: string]: IToPublish;
}

Indexable

[key: string]: IToPublish

Generated using TypeDoc