UNPKG

@adapty/capacitor

Version:
8 lines (7 loc) 244 B
import type { MakePurchaseParamsInput } from '../types/inputs'; type Model = MakePurchaseParamsInput; type Serializable = Record<string, any>; export declare class AdaptyPurchaseParamsCoder { encode(data: Model): Serializable; } export {};