@traversable/schema
    Preparing search index...
    interface String {
        _zod: { def: { type: "string" } };
        maxLength?: number;
        minLength?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _zod: { def: { type: "string" } }
    maxLength?: number
    minLength?: number