Add preliminary nameRequestsController

This commit is contained in:
Alex Gleason
2024-06-08 22:16:34 -05:00
parent a14515bbe0
commit bd6424acf5
6 changed files with 89 additions and 19 deletions

View File

@@ -34,4 +34,6 @@ export interface DittoEvent extends NostrEvent {
* https://github.com/nostr-protocol/nips/blob/master/56.md
*/
reported_notes?: DittoEvent[];
/** Admin event relationship. */
info?: DittoEvent;
}