import { Invite } from "../../entities"; export type ChannelInvitesResponse = Invite[];