Type Alias: ListPersonContent
ts
type ListPersonContent = PageParams & object;Defined in: src/types/ListPersonContent.ts:8
Gets a person's content (posts and comments)
Either person_id, or username are required.
Type Declaration
| Name | Type | Defined in |
|---|---|---|
page_back? | boolean | src/types/ListPersonContent.ts:9 |
person_id? | number | src/types/ListPersonContent.ts:10 |
type? | "all" | "comments" | "posts" | src/types/ListPersonContent.ts:11 |
