Files
memecoin-botV2/.pnpm-store/v10/files/bb/0c7c099698af23d1603754f122b221c78f86764920a96eef25f370936f6c66a542a39bcbb15c443a1fa4034c3ee0a45924a5ee7b62d16d17f3d8b000851b26

3 lines
135 B
Plaintext

export type Primitive = string | number | symbol | bigint | boolean | null | undefined;
export type Scalars = Primitive | Primitive[];