add trending notes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { NDKEvent } from "@nostr-dev-kit/ndk";
|
||||
|
||||
export interface LumeEvent extends NDKEvent {
|
||||
event_id: string;
|
||||
parent_id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user