interface HandleSubscriptions {
    [id: string]: Function;
}

Indexable

[id: string]: Function