Skip to content

trackkit / dispatcher/types / Batch

Type Alias: Batch

Batch = object

Defined in: dispatcher/types.ts:117

Properties

id

id: string

Defined in: dispatcher/types.ts:118


events

events: BatchedEvent[]

Defined in: dispatcher/types.ts:119


totalSize

totalSize: number

Defined in: dispatcher/types.ts:120


createdAt

createdAt: number

Defined in: dispatcher/types.ts:121


attempts

attempts: number

Defined in: dispatcher/types.ts:122


status

status: "pending" | "sending" | "sent" | "failed"

Defined in: dispatcher/types.ts:123