Skip to content

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 ParameterDefault typeDescription
TContextunknownApplication context supplied through the OpenAPI handler call.
context: TContext;

Defined in: surface/types.ts:109


job: PersistedJob;

Defined in: surface/types.ts:107


payload: unknown;

Defined in: surface/types.ts:108