Skip to content

ManagementPayloadSerializer

type ManagementPayloadSerializer<TContext> = (input) => Promise<unknown>;

Defined in: surface/types.ts:117

Converts a persisted job payload into an API-safe value.

The returned value must be serializable by the HTTP framework that sends the response.

Type ParameterDefault type
TContextunknown
ParameterType
inputManagementPayloadSerializationInput<TContext>

Promise<unknown>