UNPKG

@shopware-ag/meteor-admin-sdk

Version:

The Meteor SDK for the Shopware Administration.

9 lines (8 loc) 301 B
/** * Trigger the in-app purchase checkout modal. */ export declare const purchase: (messageOptions: import("../channel").MessageDataType<"iapCheckout"> & import("../channel").BaseMessageOptions) => Promise<unknown>; export type iapCheckout = { responseType: unknown; identifier: string; };