UNPKG

shopify-storefront

Version:
9 lines 299 B
import { GraphQLClient } from 'astraql'; import { IShop } from './interfaces/IShop'; export declare class ShopClient { private readonly graphql; constructor(graphql: GraphQLClient); getShop(): Promise<IShop>; } export default ShopClient; //# sourceMappingURL=shop-client.d.ts.map