Skip to content

trackkit / dispatcher/types / DispatchPayload

Type Alias: DispatchPayload

DispatchPayload = object

Defined in: dispatcher/types.ts:472

Provider-agnostic HTTP payload passed to the transport layer.

Properties

url

url: string

Defined in: dispatcher/types.ts:474

Target URL (absolute or relative).


body

body: unknown

Defined in: dispatcher/types.ts:476

Payload body (typically serialised to JSON).


init?

optional init: RequestInit

Defined in: dispatcher/types.ts:478

Additional fetch-style initialiser options.

Released under the MIT License.