UNPKG

@adapty/capacitor

Version:
11 lines (10 loc) 390 B
import type { AdaptyPrice } from '../types'; import type { Def } from '../types/schema'; import type { Properties } from './types'; import { SimpleCoder } from './coder'; type Model = AdaptyPrice; type Serializable = Def['AdaptyPrice']; export declare class AdaptyPriceCoder extends SimpleCoder<Model, Serializable> { protected properties: Properties<Model, Serializable>; } export {};