Improve DVM feeds

This commit is contained in:
Jon Staab
2024-04-25 15:42:48 -07:00
parent d2ac9d1839
commit b88c074d86
11 changed files with 71 additions and 28 deletions
+1
View File
@@ -90,6 +90,7 @@ export type RequestOpts<E> = RequestItem & {
export type DVMItem = {
kind: number
tags?: string[][]
relays?: string[]
}
export type DVMOpts<E> = DVMItem & {