UNPKG

@datenkraft/bb-fulfillment-shopify-service-ts-client

Version:

The fulfillment-shopify-service API TS Client enables you to work with the fulfillment-shopify-service API

6 lines (5 loc) 282 B
import { ConfigOptions } from "@datenkraft/bb-base-api-ts-client"; import { Configuration } from "./Generated"; export declare namespace FulfillmentShopifyServiceClient { function getApiConfig(configOption: ConfigOptions, endpointUrl?: string | null): Promise<Configuration>; }