import { SharepointAccountLicense } from './SharepointAccountLicense';
/** Sharepoint account license per day */
export interface SharepointDailyLicense {
    /**  */
    accountLicense: SharepointAccountLicense[];
    /**  */
    date: string;
}
//# sourceMappingURL=SharepointDailyLicense.d.ts.map