export interface IVoucherValidations { planId?: string; voucherCode: string; mdn?: string; }