import { SharepointLicenseEnum } from './SharepointLicenseEnum';
/** Sharepoint account license */
export interface SharepointAccountLicense {
    /**  */
    license: SharepointLicenseEnum;
    /**  */
    licenseQuantity: number;
}
//# sourceMappingURL=SharepointAccountLicense.d.ts.map