mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
refactor: workspace manager (#5060)
This commit is contained in:
@@ -28,8 +28,7 @@ function generateUUID() {
|
||||
export const enableCoverage = !!process.env.CI || !!process.env.COVERAGE;
|
||||
|
||||
type CurrentWorkspace = {
|
||||
id: string;
|
||||
flavour: string;
|
||||
meta: { id: string; flavour: string };
|
||||
blockSuiteWorkspace: Workspace;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user