Skip to main content

Lists

Table of contents

Type Aliases

Type Aliases

TCommentList

Ƭ TCommentList: Object

List page that displays comment items.

Remarks

Sample page: https://news.ycombinator.com/newcomments

Type declaration

NameTypeDescription
itemsTCommentListItem[]List of comment items.
linksPick<TLinks, "more">Links to other pages. Example ?p=2

Defined in

types/src/content/views/lists/commentList.ts:7


TJobList

Ƭ TJobList: Object

List page that displays job items.

Remarks

Sample page: https://news.ycombinator.com/jobs

Type declaration

NameTypeDescription
itemsTJobListItem[]List of job items.
linksPick<TLinks, "more">Links to other pages. Example jobs?next=37196872

Defined in

types/src/content/views/lists/jobList.ts:7


TStoryList

Ƭ TStoryList: Object

List page that displays story items.

Remarks

Sample page: https://news.ycombinator.com/newest

Type declaration

NameTypeDescription
itemsTStoryListItem[]List of story items.
linksPick<TLinks, "more">Links to other pages. Example ?p=2

Defined in

types/src/content/views/lists/storyList.ts:7