Skip to main content
Module

x/zod/helpers/typeAliases.ts

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
File
export type Primitive = | string | number | symbol | bigint | boolean | null | undefined;export type Scalars = Primitive | Primitive[];