UNPKG

bullmq

Version:

Queue for messages and jobs based on Redis

14 lines (13 loc) 176 B
/** * Debounce options */ export interface DebounceOptions { /** * ttl in milliseconds */ ttl?: number; /** * Identifier */ id: string; }