bupkis
    Preparing search index...

    Type Alias $SafeParse

    $SafeParse: <T extends z.core.$ZodType>(
        schema: T,
        value: unknown,
        _ctx?: ParseContext<$ZodIssue>,
    ) => SafeParseResult<z.core.output<T>>

    Type Declaration