import { AccountLicense } from './AccountLicense';
/** Exchange account license per day */
export interface DailyLicense {
    /**  */
    accountLicense: AccountLicense[];
    /**  */
    date: string;
    /**  */
    outlookQuantity: number;
}
//# sourceMappingURL=DailyLicense.d.ts.map