bupkis
    Preparing search index...

    Type Alias $SafeParseAsync

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

    Type Declaration