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