bupkis
    Preparing search index...

    Type Alias $SafeEncodeAsync

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

    Type Declaration