@adapty/capacitor
Version:
Official Adapty SDK for Capacitor
24 lines • 650 B
JavaScript
import { SimpleCoder } from './coder';
export class AdaptyUiOnboardingStateParamsCoder extends SimpleCoder {
constructor() {
super(...arguments);
this.properties = {
id: {
key: 'id',
required: true,
type: 'string',
},
value: {
key: 'value',
required: true,
type: 'string',
},
label: {
key: 'label',
required: true,
type: 'string',
},
};
}
}
//# sourceMappingURL=adapty-ui-onboarding-state-params.js.map