Re work event types

This commit is contained in:
Jon Staab
2024-05-10 15:24:10 -07:00
parent 5a0fc174c1
commit c91d02f3ea
10 changed files with 242 additions and 131 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export type DVMItem = {
}
export type ListItem = {
addresses: string,
addresses: string[],
mappings?: TagFeedMapping[],
}