import { IAdaptableService } from './IAdaptableService';
export interface ILicenseService extends IAdaptableService {
}
