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