Interface: PersonView
Defined in: src/types/index.ts:102
Extends
output<typeofschemas.PersonView>
Properties
| Property | Type | Default value | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
is_admin | boolean | undefined | - | z.infer.is_admin | src/schemas/PersonView.ts:6 |
person | object | Person | - | z.infer.person | src/schemas/PersonView.ts:7 |
person.ap_id | string | undefined | The federated activity id / ap_id. | - | src/schemas/Person.ts:7 |
person.avatar? | string | undefined | - | - | src/schemas/Person.ts:8 |
person.banner? | string | undefined | - | - | src/schemas/Person.ts:9 |
person.bio? | string | undefined | - | - | src/schemas/Person.ts:10 |
person.bot_account | boolean | undefined | - | - | src/schemas/Person.ts:11 |
person.comment_count | number | undefined | - | - | src/schemas/Person.ts:12 |
person.deleted | boolean | undefined | - | - | src/schemas/Person.ts:13 |
person.display_name? | string | undefined | - | - | src/schemas/Person.ts:14 |
person.id | number | undefined | - | - | src/schemas/Person.ts:15 |
person.local | boolean | undefined | - | - | src/schemas/Person.ts:16 |
person.name | string | undefined | - | - | src/schemas/Person.ts:17 |
person.post_count | number | undefined | - | - | src/schemas/Person.ts:18 |
person.published_at | string | undefined | - | - | src/schemas/Person.ts:19 |
