Variable: safeDecodeAsync()
constsafeDecodeAsync: <T>(schema,value,_ctx?) =>Promise<ZodSafeParseResult<output<T>>>
Defined in: packages/agentos/node_modules/zod/v4/classic/parse.d.cts:31
Type Parameters
T
T extends $ZodType
Parameters
schema
T
value
input<T>
_ctx?
Returns
Promise<ZodSafeParseResult<output<T>>>