spacebar/src/util/schemas/responses/ChannelInvitesResponse.ts
2023-04-13 15:04:56 -04:00

4 lines
89 B
TypeScript

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