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

11 lines
348 B
TypeScript

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/integrations/integration_account.ts
/** https://discord.com/developers/docs/resources/guild#integration-account-object-integration-account-structure */
export interface IntegrationAccount {
/** Id of the account */
id: string;
/** Name of the account */
name: string;
}