UNPKG

bullmq

Version:

Queue for messages and jobs based on Redis

5 lines (4 loc) 182 B
export type StreamName = string; export type EntryId = string; export type EntryRaw = [EntryId, string[]]; export type StreamReadRaw = [StreamName, EntryRaw[]][] | null | undefined;