import { User } from "domain/users"; /** * Vote service interface * * @export * @interface IVoteService */ export interface IVoteService { }