3 lines
151 B
Plaintext
3 lines
151 B
Plaintext
export declare type Primitive = string | number | symbol | bigint | boolean | null | undefined;
|
|
export declare type Scalars = Primitive | Primitive[];
|