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
Name | Type | Description |
---|---|---|
items | TCommentListItem [] | List of comment items. |
links | Pick <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
Name | Type | Description |
---|---|---|
items | TJobListItem [] | List of job items. |
links | Pick <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
Name | Type | Description |
---|---|---|
items | TStoryListItem [] | List of story items. |
links | Pick <TLinks , "more" > | Links to other pages. Example ?p=2 |