export interface DeliveryVoucherSchedule { schedule: Array; } export interface VoucherDates { voucherStartDate: string; voucherEndDate: string; fileDeliveryDate: string; } export interface FirstDeliveryDateMembershipResponse { productCode: string; countryCode: string; postcode: string; firstDeliveryDate: string; }