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