Interface: SiteSyncDeltaUpdatedSite
Defined in: shared/types/stateSync.ts:174
Describes an updated site within a synchronization delta.
Remarksโ
Captures the previous and next snapshots alongside the identifier so that consumers can reconcile precise differences for UI updates.
Propertiesโ
identifierโ
identifier:
string
Defined in: shared/types/stateSync.ts:176
Stable site identifier shared across snapshots.
nextโ
next:
Site
Defined in: shared/types/stateSync.ts:178
Next site snapshot received during synchronization.
previousโ
previous:
Site
Defined in: shared/types/stateSync.ts:180
Previous site snapshot prior to synchronization.