Type Alias CachedValue<T>

CachedValue<T>: T & {
    _expired?: boolean;
}

Type Parameters

  • T