safeParseSchema
safeParseSchema<
T>(schema,data):SafeParseSuccess<T> |SafeParseError<T> |SafeParseError<T>
Defined in: .build/typescript/packages/core/src/zod/index.ts:29
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”schema
Section titled “schema”ZodSchema<T>
unknown
Returns
Section titled “Returns”SafeParseSuccess<T> | SafeParseError<T> | SafeParseError<T>