Skip to content

Type Alias: SubsRefsMap

ts
type SubsRefsMap = Map<string, number[]>;

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

channel → [subId, …] map for fan-out dispatch.

Released under the MIT License.