Performance: deprecate and remove usage of all in API results (#12309)

This commit is contained in:
shamoon
2026-03-31 07:55:59 -07:00
committed by GitHub
parent 020057e1a4
commit 245514ad10
17 changed files with 441 additions and 78 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ import { Document } from './document'
export interface Results<T> {
count: number
results: T[]
display_count?: number
all: number[]
results: T[]
}
export interface SelectionDataItem {