Skip to content

Type Alias: GetComments

ts
type GetComments = CommentSortType & PageParams & object;

Defined in: src/types/GetComments.ts:4

Type Declaration

NameTypeDefined in
community_id?numbersrc/types/GetComments.ts:6
community_name?stringsrc/types/GetComments.ts:7
max_depth?numbersrc/types/GetComments.ts:8
parent_id?numbersrc/types/GetComments.ts:9
post_id?numbersrc/types/GetComments.ts:10
type_?ListingTypesrc/types/GetComments.ts:11