GitOrigin-RevId: 6e9d878234fea8bdb74534b1f23ee127e5c2daaf
@@ -30,7 +30,7 @@ export type SyncStartRecordSchema = {
export type SyncStateSchema = {
resyncProjectStructure: boolean
resyncDocContents: string[]
- origin: { kind: string }
+ origin?: { kind: string }
}
export type SyncStateHistoryEntry = {