wip: nsecbunker

This commit is contained in:
reya
2023-10-20 09:36:49 +07:00
parent e1e54c1a98
commit 7c8d8a09fd
7 changed files with 202 additions and 147 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ export interface DBEvent {
}
export interface Account extends NDKUserProfile {
id: number;
npub: string;
id: string;
pubkey: string;
follows: null | string[];
circles: null | string[];