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