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