type alias ZodBigIntCheckimport { type ZodBigIntCheck } from "https://dotland.deno.dev/x/zod@v3.23.7/index.ts"; definition: { kind: "min"; value: bigint; inclusive: boolean; message?: string; } | { kind: "max"; value: bigint; inclusive: boolean; message?: string; } | { kind: "multipleOf"; value: bigint; message?: string; }