UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

8 lines (7 loc) 326 B
import type { GraphqlFields } from '@becomes/purple-cheetah-mod-graphql/types'; export declare const DefaultEntityObjectProps: GraphqlFields; export interface GQLDefaultSecurityArgTypes { token: string; } export declare const GQLDefaultSecurityArgs: GraphqlFields; export declare function delay(t: number): Promise<void>;