Merge branch 'feat/cloud-sync-saika' into feat/datacenter-dev

This commit is contained in:
DiamondThree 2023-01-11 15:16:45 +08:00
commit 0023593128

View File

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