Type Alias ListPersonContent

ListPersonContent: {
    page_back?: boolean;
    page_cursor?: PersonContentCombinedPaginationCursor;
    person_id?: PersonId;
    type_?: PersonContentType;
    username?: string;
}

Gets a person's content (posts and comments)

Either person_id, or username are required.

Type declaration