UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

5 lines 383 B
import { Session } from '@shopify/shopify-api'; import type { BasicParams } from '../../../types'; import type { CancelBillingOptions } from './types'; export declare function cancelBillingFactory(params: BasicParams, request: Request, session: Session): (options: CancelBillingOptions) => Promise<import("@shopify/shopify-api").AppSubscription>; //# sourceMappingURL=cancel.d.ts.map