Type alias WrappedCacheEntry

WrappedCacheEntry: {
    body: Partial<CacheEntry>;
    expiresAt: number;
}

Type declaration