feat: display website link in profile
This commit is contained in:
parent
7c34042da3
commit
6c049001f6
3 changed files with 12 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ export type TProfile = {
|
|||
avatar?: string
|
||||
nip05?: string
|
||||
about?: string
|
||||
website?: string
|
||||
created_at?: number
|
||||
}
|
||||
export type TMailboxRelayScope = 'read' | 'write' | 'both'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue