ManagementPayloadSerializationInput
Defined in: surface/types.ts:106
Input passed to a payload serializer before a job is returned from the API.
Use this hook to redact secrets, normalize binary-like values, or project large payloads into a management-safe shape.
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type | Description |
|---|---|---|
TContext | unknown | Application context supplied through the OpenAPI handler call. |
Properties
Section titled “Properties”context
Section titled “context”Defined in: surface/types.ts:109
Defined in: surface/types.ts:107
payload
Section titled “payload”Defined in: surface/types.ts:108