feat: add show workspace names and members

This commit is contained in:
MingLiang Wang
2022-12-22 16:36:50 +08:00
parent b0e7362eff
commit 0d23cf31e3
13 changed files with 162 additions and 34 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export interface GetUserByEmailParams {
}
export interface User {
id: number;
id: string;
name: string;
email: string;
avatar_url: string;