Options
All
  • Public
  • Public/Protected
  • All
Menu

Module types/batch-event-calls

Index

Type aliases

ActionType

ActionType: "read" | "create" | "delete"

IBatchEventRequest

onBatchDoneFn

onBatchDoneFn: (callsCount: number) => void

Type declaration

    • (callsCount: number): void
    • Parameters

      • callsCount: number

      Returns void

onBatchProcessFn

onBatchProcessFn: (batch: ICall[]) => Promise<void>

Type declaration

    • (batch: ICall[]): Promise<void>
    • Parameters

      Returns Promise<void>

Generated using TypeDoc