BUPKIS
    Preparing search index...

    Interface $ZodArrayInternals<T>

    interface $ZodArrayInternals<T extends SomeType = z.core.$ZodType> {
        def: $ZodArrayDef<T>;
        input: z.core.input<T>[];
        output: z.core.output<T>[];
        toJSONSchema?: () => unknown;
        version: { major: 4; minor: 1; patch: number };
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Schema definition.

    input: z.core.input<T>[]
    output: z.core.output<T>[]
    toJSONSchema?: () => unknown

    An optional method used to override toJSONSchema logic.

    version: { major: 4; minor: 1; patch: number }

    The @zod/core version of this schema