add hashtag block
This commit is contained in:
4
src/utils/types.d.ts
vendored
4
src/utils/types.d.ts
vendored
@@ -1,8 +1,8 @@
|
||||
import { NDKEvent } from '@nostr-dev-kit/ndk';
|
||||
|
||||
export interface LumeEvent extends NDKEvent {
|
||||
event_id: string;
|
||||
parent_id: string;
|
||||
event_id?: string;
|
||||
parent_id?: string;
|
||||
}
|
||||
|
||||
export interface Account {
|
||||
|
||||
Reference in New Issue
Block a user