import { ResellerGroup } from './reseller-group'; export interface VouchersResellerGroupDocument extends ResellerGroup { vouchers: string[]; }