bupkis
    Preparing search index...

    Type Alias $SafeDecode

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

    Type Declaration