Skip to main content

Type Alias: CacheValue

CacheValue = Simplify<BaseValidationResult | ConfigValue | ErrorInfo | MonitorData | MonitorTypeConfig | MonitorTypeConfigArray | UIState | ValidationResultArray>

Defined in: shared/types/configTypes.ts:112

Cache value types for different cache domains.

Remarksโ€‹

Provides better typing for cached values based on their usage domain. Includes support for MonitorTypeConfig and arrays of monitor configurations. All unknown types have been replaced with specific type unions for type safety. Simplified for better IntelliSense and readability.