feat(api): add display_name to member
This commit is contained in:
parent
c4ddde73ec
commit
73c5c9fc67
7 changed files with 61 additions and 39 deletions
|
@ -19,6 +19,7 @@ export interface User {
|
|||
export interface PartialMember {
|
||||
id: string;
|
||||
name: string;
|
||||
display_name: string | null;
|
||||
avatar_urls: string[] | null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue