UNPKG

@shopify/shopify-api

Version:

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

4 lines 198 B
import { ConfigInterface } from '../base-types'; import { BillingCancel } from './types'; export declare function cancel(config: ConfigInterface): BillingCancel; //# sourceMappingURL=cancel.d.ts.map