UNPKG

@waku/interfaces

Version:
12 lines (11 loc) 280 B
export type ShardInfo = { clusterId: number; shards: number[]; }; export type ContentTopicInfo = { clusterId?: number; contentTopics: string[]; }; export type StaticSharding = ShardInfo; export type AutoSharding = ContentTopicInfo; export type ClusterId = number;