UNPKG

react-native-adapty

Version:
8 lines 287 B
import * as Input from '../types/inputs'; type Model = Input.MakePurchaseParamsInput; type Serializable = Record<string, any>; export declare class AdaptyPurchaseParamsCoder { encode(data: Model): Serializable; } export {}; //# sourceMappingURL=adapty-purchase-params.d.ts.map