deno.land / x / zod@v3.19.1 / helpers / typeAliases.ts
123export type Primitive = string | number | bigint | boolean | null | undefined;export type Scalars = Primitive | Primitive[];
Version Info