removed unknown

This commit is contained in:
Harsh Mahajan
2025-10-28 15:17:28 +05:30
parent da814c3702
commit eba8b09702
+1 -1
View File
@@ -18,7 +18,7 @@
import { Link } from '$lib/elements';
type CsvImportError = {
[key: string]: unknown;
[key: string]: number | string | null;
};
type ImportItem = {