Not even optional

This commit is contained in:
shamoon
2026-03-13 07:16:58 -07:00
parent 568be982cf
commit 97602f79fb
-2
View File
@@ -4,8 +4,6 @@ export interface Results<T> {
count: number
results: T[]
all?: number[]
}
export interface SelectionDataItem {