Stone.js API
    Preparing search index...

    Structural shape of a Zod schema (so this module never hard-depends on Zod).

    interface ZodLike {
        _def: unknown;
        safeParse: (data: unknown) => unknown;
    }
    Index
    _def: unknown
    safeParse: (data: unknown) => unknown