fix: workspace unit type

This commit is contained in:
alt0
2023-01-11 15:14:17 +08:00
parent db74706eca
commit 8e091a37e2

View File

@@ -13,7 +13,7 @@ export interface WorkspaceUnitCtorParams {
provider: string;
syncMode: SyncMode;
blocksuiteWorkspace?: BlocksuiteWorkspace;
blocksuiteWorkspace?: BlocksuiteWorkspace | null;
}
export type UpdateWorkspaceUnitParams = Partial<