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

export type GuildInvitesResponse = Invite[];