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?
optionalattempts:number
Defined in: dispatcher/types.ts:113
lastError?
optionallastError:unknown
Defined in: dispatcher/types.ts:114