refactor note component & add support for kind 30023
This commit is contained in:
4
src/utils/types.d.ts
vendored
4
src/utils/types.d.ts
vendored
@@ -74,3 +74,7 @@ export interface Opengraph {
|
||||
description?: string;
|
||||
image?: string;
|
||||
}
|
||||
|
||||
export interface NDKEventWithReplies extends NDKEvent {
|
||||
replies: Array<NDKEvent>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user