UNPKG

@adapty/capacitor

Version:
24 lines 650 B
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