mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 12:36:24 +08:00
feat: add show workspace names and members
This commit is contained in:
@@ -42,7 +42,7 @@ export interface GetUserByEmailParams {
|
||||
}
|
||||
|
||||
export interface User {
|
||||
id: number;
|
||||
id: string;
|
||||
name: string;
|
||||
email: string;
|
||||
avatar_url: string;
|
||||
|
||||
Reference in New Issue
Block a user