Skip to main content
Defined in: packages/reddit-helpers/src/lib/types.ts:25 Represents a cache entry.

Properties

author

readonly author: string
Defined in: packages/reddit-helpers/src/lib/types.ts:29 The author of the entry.

nsfw

readonly nsfw: boolean
Defined in: packages/reddit-helpers/src/lib/types.ts:33 Indicates whether the entry is NSFW (Not Safe for Work).

title

readonly title: string
Defined in: packages/reddit-helpers/src/lib/types.ts:37 The title of the entry.

url

readonly url: string
Defined in: packages/reddit-helpers/src/lib/types.ts:41 The URL of the entry.