import { User } from "domain/users"; /** * Post service interface * * @export * @interface IPostService */ export interface IPostService { }