smarter timeline update

This commit is contained in:
Moon.eth
2026-07-29 14:47:57 +09:00
parent cc132ad6b4
commit 110b659213
8 changed files with 449 additions and 12 deletions
+2
View File
@@ -39,6 +39,8 @@ export interface PageLinks {
export interface Page<T> {
items: T[]
links: PageLinks
/** Optional deletion/tombstone IDs supplied by streaming-aware loaders. */
deletedIds?: string[]
}
export type QueryValue = string | number | boolean | undefined | null | string[]