react-native-adapty
Version:
Adapty React Native SDK
11 lines • 480 B
TypeScript
import type { Properties } from './types';
import type { ProductReference } from '../types';
import type { Def } from '@/types/schema';
import { SimpleCoder } from './coder';
type Model = ProductReference;
type Serializable = Def['AdaptyPaywall.ProductReference'];
export declare class ProductReferenceCoder extends SimpleCoder<Model, Serializable> {
protected properties: Properties<Model, Serializable>;
}
export {};
//# sourceMappingURL=product-reference.d.ts.map