UNPKG

@tokens-studio/sdk

Version:
4 lines 255 B
import type { Spec } from '../args-spec.js'; import type { CLIConfig } from '../run.js'; export declare function createClient(args: Omit<Spec, '_'>, config?: CLIConfig): import("@apollo/client/core").ApolloClient<any>; //# sourceMappingURL=client.d.ts.map