Merge branch 'feat/filesystem_and_search' of github.com:toeverything/AFFiNE into feat/filesystem_and_search

This commit is contained in:
alt0
2022-12-22 03:57:29 +08:00
7 changed files with 156 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 {