Type Alias ApiXCacheValue

ApiXCacheValue:
    | string
    | number
    | bigint
    | boolean
    | ApiXCacheValue[]
    | Map<string, ApiXCacheValue>
    | Record<string, unknown>

A value for a cache.