interface DiscordConnectionimport { type DiscordConnection } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; https://discord.com/developers/docs/resources/user#connection-object Propertiesid: stringid of the connection account name: stringThe username of the connection account type: DiscordConnectionServicesThe service of the connection (twitch, youtube) optionalrevoked: booleanWhether the connection is revoked verified: booleanWhether the connection is verified friend_sync: booleanWhether friend sync is enabled for this connection show_activity: booleanWhether activities related to this connection will be shown in presence updates visibility: VisibilityTypesVisibility of this connection optionalintegrations: DiscordIntegration[]An array of partial server integrations two_way_link: booleanWhether this connection has a corresponding third party OAuth2 token.