import { User } from "domain/users"; /** * Comment service interface * * @export * @interface ICommentService */ export interface ICommentService { }