diff --git a/services/web/types/history/projectHistory.ts b/services/web/types/history/projectHistory.ts index 74c89b04af..94c7332362 100644 --- a/services/web/types/history/projectHistory.ts +++ b/services/web/types/history/projectHistory.ts @@ -30,7 +30,7 @@ export type SyncStartRecordSchema = { export type SyncStateSchema = { resyncProjectStructure: boolean resyncDocContents: string[] - origin: { kind: string } + origin?: { kind: string } } export type SyncStateHistoryEntry = {