interface DiscordTeamimport { type DiscordTeam } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; https://discord.com/developers/docs/topics/teams#data-models-team-object Propertiesicon: string | nullA hash of the image of the team's icon id: stringThe unique id of the team members: DiscordTeamMember[]The members of the team owner_user_id: stringThe user id of the current team owner name: stringThe name of the team import DiscordTeamimport { DiscordTeam } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";