UNPKG

@adapty/capacitor

Version:
19 lines 518 B
import { SimpleCoder } from './coder'; export class AdaptySubscriptionOfferIdCoder extends SimpleCoder { constructor() { super(...arguments); this.properties = { type: { key: 'type', required: true, type: 'string', }, id: { key: 'id', required: false, type: 'string', }, }; } } //# sourceMappingURL=adapty-subscription-offer-identifier.js.map