Type Alias: GetPosts
ts
type GetPosts = PageParams & PostSortType & object;Defined in: src/types/GetPosts.ts:5
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
community_id? | number | - | src/types/GetPosts.ts:7 |
community_name? | string | - | src/types/GetPosts.ts:8 |
show_hidden? | boolean | - | src/types/GetPosts.ts:9 |
show_nsfw? | boolean | If true, then show the nsfw posts (even if your user setting is to hide them) | src/types/GetPosts.ts:13 |
show_read? | boolean | If true, then show the read posts (even if your user setting is to hide them) | src/types/GetPosts.ts:17 |
type_? | ListingType | - | src/types/GetPosts.ts:19 |
