Not even optional

This commit is contained in:
shamoon
2026-03-12 00:05:04 -07:00
parent 568be982cf
commit 97602f79fb

View File

@@ -4,8 +4,6 @@ export interface Results<T> {
count: number
results: T[]
all?: number[]
}
export interface SelectionDataItem {