UNPKG

@adapty/capacitor

Version:
9 lines (8 loc) 292 B
import * as Input from '../types/inputs'; import type { Def } from '../types/schema'; type Model = Input.ActivateParamsInput; type Serializable = Def['AdaptyConfiguration']; export declare class AdaptyConfigurationCoder { encode(apiKey: string, params: Model): Serializable; } export {};