swc/crates/swc_bundler/tests/.cache/deno/7610ca9c7c32ec44af49386dd59f6ba082650813.ts
2021-11-09 20:42:49 +09:00

11 lines
378 B
TypeScript

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/invites/get_invite.ts
/** https://discord.com/developers/docs/resources/invite#get-invite */
export interface GetInvite {
/** Whether the invite should contain approximate member counts */
withCounts?: boolean;
/** Whether the invite should contain the expiration date */
withExpiration?: boolean;
}