fix: accpet invite

This commit is contained in:
DiamondThree
2022-12-21 22:16:49 +08:00
parent e913f4ebcf
commit 030ec546b8
6 changed files with 141 additions and 68 deletions
+1
View File
@@ -38,6 +38,7 @@ export async function login(params: LoginParams): Promise<LoginResponse> {
export interface GetUserByEmailParams {
email: string;
workspaceId: string;
}
export interface User {