UNPKG

@yingyeothon/actor-system

Version:
4 lines (3 loc) 96 B
export default interface QueueBulkConsumer { flush: <T>(actorId: string) => Promise<T[]>; }