update userlist endpoints (#16)
This commit is contained in:
parent
83b86c745d
commit
9d89314afa
2 changed files with 13 additions and 8 deletions
|
|
@ -19,7 +19,12 @@ export type User = {
|
|||
|
||||
export type UserGroup = TODO;
|
||||
|
||||
export type UserList = TODO;
|
||||
export type UserList = {
|
||||
id: ID;
|
||||
createdAt: DateString;
|
||||
name: string;
|
||||
userIds: User['id'][];
|
||||
};
|
||||
|
||||
export type MeDetailed = User & {
|
||||
avatarId: DriveFile['id'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue