astro-ghostcms/.pnpm-store/v3/files/6c/583de975c3ca72f8f869cd64622...

3 lines
151 B
Plaintext

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