Type Alias: StateSyncSourceConstants
type StateSyncSourceConstants = Readonly<{
CACHE: (typeof STATE_SYNC_SOURCE_VALUES)[0];
DATABASE: (typeof STATE_SYNC_SOURCE_VALUES)[1];
FRONTEND: (typeof STATE_SYNC_SOURCE_VALUES)[2];
IMPORT: (typeof STATE_SYNC_SOURCE_VALUES)[3];
MONITOR_UPDATE: (typeof STATE_SYNC_SOURCE_VALUES)[4];
}>;
Defined in: shared/types/stateSync.ts:62
Enumerated state synchronization sources for cross-layer consistency.