Skip to main content
Defined in: packages/reddit-helpers/src/lib/types.ts:7 Represents a cache hit, containing information about whether the cache has NSFW or NSFL content, as well as an array of cache entries.

Properties

hasNsfl

readonly hasNsfl: boolean
Defined in: packages/reddit-helpers/src/lib/types.ts:11 Indicates whether the cache contains NSFL (Not Safe for Life) content.

hasNsfw

readonly hasNsfw: boolean
Defined in: packages/reddit-helpers/src/lib/types.ts:15 Indicates whether the cache contains NSFW (Not Safe for Work) content.

posts

readonly posts: readonly CacheEntry[]
Defined in: packages/reddit-helpers/src/lib/types.ts:19 An array of cache entries.