Zodiac API Documentation - v0.0.3
    Preparing search index...

    Type Alias ZodBigIntCheck

    ZodBigIntCheck:
        | { kind: "min"; value: bigint; inclusive: boolean; message?: string }
        | { kind: "max"; value: bigint; inclusive: boolean; message?: string }
        | { kind: "multipleOf"; value: bigint; message?: string }