UNPKG

@shopify/shopify-api

Version:

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

4 lines 244 B
import { ConfigInterface } from '../base-types'; import { BillingCreateUsageRecord } from './types'; export declare function createUsageRecord(config: ConfigInterface): BillingCreateUsageRecord; //# sourceMappingURL=create-usage-record.d.ts.map