hywrapper-ts / Exports / NewsResponse
Interface: NewsResponse
Lists all current news entries. These are viewable through Jerry on the island.
Hierarchy
↳ NewsResponse
Table of contents
Properties
Properties
cause
• Optional cause: string
Inherited from
Defined in
src/types.ts:92
items
• Optional items: NewsItem[]
The list of current news' information.
Defined in
src/models/skyblock/NewsResponse.ts:8
rateLimit
• Optional rateLimit: RateLimit
Inherited from
Defined in
src/types.ts:93
success
• Optional success: boolean
Inherited from
Defined in
src/types.ts:91