feat: display website link in profile

This commit is contained in:
codytseng 2025-02-01 14:23:36 +08:00
parent 7c34042da3
commit 6c049001f6
3 changed files with 12 additions and 1 deletions

View file

@ -8,6 +8,7 @@ export type TProfile = {
avatar?: string
nip05?: string
about?: string
website?: string
created_at?: number
}
export type TMailboxRelayScope = 'read' | 'write' | 'both'