interface DiscordTeamMemberimport { type DiscordTeamMember } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; https://discord.com/developers/docs/topics/teams#data-models-team-members-object Propertiesmembership_state: TeamMembershipStatesThe user's membership state on the team permissions: "*"[]Will always be ["*"] team_id: stringThe id of the parent team of which they are a member user: Partial<DiscordUser> & Pick<DiscordUser, | "avatar" | "discriminator" | "id" | "username">The avatar, discriminator, id, and username of the user