Type alias SubscriptionMatrix

SubscriptionMatrix: {
    [key in SubscriptionType]?: SubscriptionChannel[]
}

Generated using TypeDoc