Fix tags again, tweak feeds and stores

This commit is contained in:
Jon Staab
2024-05-09 16:00:09 -07:00
parent 9f70d8643e
commit fddee3c6ee
7 changed files with 66 additions and 46 deletions
+3 -3
View File
@@ -44,8 +44,8 @@ export type DVMItem = {
}
export type ListItem = {
address: string,
mappings: TagFeedMapping[],
addresses: string,
mappings?: TagFeedMapping[],
}
export type WOTItem = {
@@ -56,7 +56,7 @@ export type WOTItem = {
export type CreatedAtItem = {
since?: number,
until?: number,
relative?: boolean,
relative?: string[],
}
export type AddressFeed = [type: FeedType.Address, ...addresses: string[]]