import { PaymentInterval } from '../payment/'; export interface PaymentDataUpdate { coupon?: string; interval?: PaymentInterval; source?: string; } //# sourceMappingURL=PaymentDataUpdate.d.ts.map