Skip to content

hywrapper-ts / Exports / NewsItem

Interface: NewsItem

Information about a news entry

Table of contents

Properties

Properties

item

Optional item: NewsMaterial

The item in the menu.

Defined in

src/models/skyblock/NewsResponse.ts:22


Optional link: string

The link that opens when clicked.

Defined in

src/models/skyblock/NewsResponse.ts:20


text

Optional text: string

Description of the entry.

Defined in

src/models/skyblock/NewsResponse.ts:18


title

Optional title: string

Title of the entry, usually a version.

Defined in

src/models/skyblock/NewsResponse.ts:16