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