wip: new ui

This commit is contained in:
Ren Amamiya
2023-08-01 15:34:09 +07:00
parent e97d0281e2
commit 1ddcbf1654
21 changed files with 99 additions and 109 deletions

View File

@@ -16,7 +16,7 @@ export interface LumeEvent extends NDKEvent {
content: Content;
}
export interface Account {
export interface Account extends NDKUserProfile {
id: number;
npub: string;
pubkey: string;