Interface IdOrName

interface IdOrName {
    [idOrName: string]: string;
}

Indexable

[idOrName: string]: string

Generated using TypeDoc