Skip to content

trackkit / dispatcher/types / BatchedEvent

Type Alias: BatchedEvent

BatchedEvent = object

Defined in: dispatcher/types.ts:108

Properties

id

id: string

Defined in: dispatcher/types.ts:109


timestamp

timestamp: number

Defined in: dispatcher/types.ts:110


payload

payload: DispatchPayload

Defined in: dispatcher/types.ts:111


size

size: number

Defined in: dispatcher/types.ts:112


attempts?

optional attempts: number

Defined in: dispatcher/types.ts:113


lastError?

optional lastError: unknown

Defined in: dispatcher/types.ts:114