UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

5 lines 253 B
import { ConfigInterface } from '../base-types'; import { ShopifyClients } from './types'; export type { ShopifyClients } from './types'; export declare function clientClasses(config: ConfigInterface): ShopifyClients; //# sourceMappingURL=index.d.ts.map