import { type BigintSchema } from "https://deno.land/x/valibot@v0.28.1/src/schemas/bigint/bigint.ts";
Bigint schema type.
definition: BaseSchema<bigint, TOutput> & { type: "bigint"; message: ErrorMessage | undefined; pipe: Pipe<bigint> | undefined; }