Interface IdentifierInfo

interface IdentifierInfo {
    [id: string]: any;
}

Indexable

[id: string]: any