bupkis
    Preparing search index...

    Type Alias $DecodeAsync

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

    Type Declaration