Type alias CachedSession<T>

CachedSession<T>: T & {
    cacheId?: CacheId;
}

Type Parameters

  • T

Type declaration