add @ suggestion popup
This commit is contained in:
4
src/utils/types.d.ts
vendored
4
src/utils/types.d.ts
vendored
@@ -122,6 +122,10 @@ export interface NDKCacheUser {
|
||||
createdAt: number;
|
||||
}
|
||||
|
||||
export interface NDKCacheUserProfile extends NDKUserProfile {
|
||||
pubkey: string;
|
||||
}
|
||||
|
||||
export interface NDKCacheEvent {
|
||||
id: string;
|
||||
pubkey: string;
|
||||
|
||||
Reference in New Issue
Block a user