Type Alias: CallableDeterministic<TInput, TOutput, TSchema>
CallableDeterministic<
TInput,TOutput,TSchema> =Deterministic<TInput,TOutput,TSchema> & (input,options?) =>Promise<TSchemaextendsZodSchema?InferOutput<TSchema> :TOutput>
Defined in: packages/core/src/deterministic.ts:133
Deterministic processor that is also callable as a function
Type Parameters
TInput
TInput
TOutput
TOutput
TSchema
TSchema extends ZodSchema | undefined