Interface: User
Defined in: types/user.ts:6
Current logged-in user
Properties
heading.anchorLabel| Property | Type | Defined in |
|---|---|---|
bio | string | null | types/user.ts:10 |
email | string | types/user.ts:8 |
id | number | types/user.ts:7 |
image | string | null | types/user.ts:11 |
token? | string | types/user.ts:12 |
username | string | types/user.ts:9 |