Skip to content

Type Alias: SubscriptionMap

ts
type SubscriptionMap = Map<number, SubscriptionEvent>;

Defined in: packages/graphql-pubsub/src/interfaces.ts:103

subId → SubscriptionEvent map.

Released under the MIT License.