import { SyncAccountLicense } from './SyncAccountLicense';
/** Sync account license per day */
export interface SyncDailyLicense {
    /** sync account license usage */
    accountLicense: SyncAccountLicense[];
    /** the date used to determine sync account license usage */
    date: string;
}
//# sourceMappingURL=SyncDailyLicense.d.ts.map