Type Alias: GetComments
ts
type GetComments = CommentSortType & PageParams & object;Defined in: src/types/GetComments.ts:4
Type Declaration
| Name | Type | Defined in |
|---|---|---|
community_id? | number | src/types/GetComments.ts:6 |
community_name? | string | src/types/GetComments.ts:7 |
max_depth? | number | src/types/GetComments.ts:8 |
parent_id? | number | src/types/GetComments.ts:9 |
post_id? | number | src/types/GetComments.ts:10 |
type_? | ListingType | src/types/GetComments.ts:11 |
