Skip to main content
The single argument every route handler receives.

Type Parameters

TInput

TInput = unknown

TEvent

TEvent = unknown

Properties

claims


context


credentials


documents


event

The event payload on an events route, and undefined on every other.

eventId

The idempotency key from X-Tappify-Event-Id; deduplicate writes on it.

input

The call’s input, or {} when the body carried none, and undefined on a context or events route, which take no input.

install


request

The original request, for a header or the raw body.