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