Home > vae > VaeSchemaRuntimeFn
Signature:
export declare type VaeSchemaRuntimeFn<T, S> = (payload: { value: T; schema: S; }) => any;