Skip to content

Type Alias: GetPosts

ts
type GetPosts = PageParams & PostSortType & object;

Defined in: src/types/GetPosts.ts:5

Type Declaration

NameTypeDescriptionDefined 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?booleanIf true, then show the nsfw posts (even if your user setting is to hide them)src/types/GetPosts.ts:13
show_read?booleanIf 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