interface IIndexSubscriptionIndex {
    id: string;
    indexId: string;
    indexValue: string;
    token: SuperTokenType;
}

Properties

id: string
indexId: string
indexValue: string

Generated using TypeDoc