/** * BulkSubscribeConfig defines the configuration for a bulk subscription **/ export type BulkSubscribeConfig = { enabled: boolean; maxMessagesCount?: number; maxAwaitDurationMs?: number; };