mirror of
https://git.shipoclu.com/moon/plspace.git
synced 2026-08-13 02:42:30 +00:00
smarter timeline update
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user