import IApiService = require('../api/IApiService'); interface IProjectRepositoryService extends IApiService { } export = IProjectRepositoryService;