interface ISubscriptionInfo {
    id: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: string