summary refs log tree commit diff
path: root/src/util/schemas/responses/ChannelInvitesResponse.ts
blob: c50d033c15e3a39c9329aa2f6e8d9f52242f0fc4 (plain) (blame)
1
2
3
import { Invite } from "../../entities";

export type ChannelInvitesResponse = Invite[];