fix bugs
This commit is contained in:
4
src/utils/types.d.ts
vendored
4
src/utils/types.d.ts
vendored
@@ -20,8 +20,8 @@ export interface Account extends NDKUserProfile {
|
||||
id: number;
|
||||
npub: string;
|
||||
pubkey: string;
|
||||
follows: string[];
|
||||
network: string[];
|
||||
follows: null | string[];
|
||||
network: null | string[];
|
||||
is_active: number;
|
||||
privkey?: string; // deprecated
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user