5 changed files with 22 additions and 44 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
export interface UserProfile { |
||||
name?: string; |
||||
display_name?: string; |
||||
about?: string; |
||||
picture?: string; |
||||
banner?: string; |
||||
website?: string; |
||||
lud16?: string; |
||||
nip05?: string; |
||||
isInUserLists?: boolean; |
||||
listKinds?: number[]; |
||||
} |
||||
Loading…
Reference in new issue