add trending notes

This commit is contained in:
Ren Amamiya
2023-06-16 10:01:20 +07:00
parent efea63b0a0
commit f8de44fe9f
38 changed files with 155 additions and 308 deletions
+6
View File
@@ -0,0 +1,6 @@
import { NDKEvent } from "@nostr-dev-kit/ndk";
export interface LumeEvent extends NDKEvent {
event_id: string;
parent_id: string;
}