This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
resolver/app/services/common/ICommonService.ts
2017-10-10 16:39:02 +07:00

16 lines
160 B
TypeScript

import { User } from 'domain/users'
/**
* Common service interface
*
* @export
* @interface ICommonService
*/
export interface ICommonService {
}