mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
add: team name param
This commit is contained in:
@@ -8,6 +8,8 @@ export interface Team {
|
||||
id: string;
|
||||
/** The members of the team */
|
||||
members: TeamMember[];
|
||||
/** The name of the team */
|
||||
name: string;
|
||||
/** The user id of the current team owner */
|
||||
ownerUserId: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user