@rendley/sdk - v1.12.6
    Preparing search index...

    Type Alias ZodBigIntCheck

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