UNPKG

@nativescript/payments

Version:

In-App Purchase and Subscriptions for NativeScript

8 lines (7 loc) 228 B
import { BaseItem } from './common'; export { RecurrenceMode } from './common'; export declare class Item extends BaseItem { nativeValue: SKProduct; constructor(nativeValue: SKProduct); get debug(): string | null; }