D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
zod
/
src
/
v3
/
helpers
/
Filename :
typeAliases.ts
back
Copy
export type Primitive = string | number | symbol | bigint | boolean | null | undefined; export type Scalars = Primitive | Primitive[];