types update

This commit is contained in:
ArnabChatterjee20k
2025-09-17 12:07:44 +05:30
parent b102b8c74b
commit a335ecdfaa
+1 -1
View File
@@ -36,7 +36,7 @@
/* eslint @typescript-eslint/no-explicit-any: 'off' */
let value: any = null;
let distanceValue: number = null;
let distanceValue: number | null = null;
let selectedColumn: string | null = null;
let operatorKey: string | null = null;
let arrayValues: string[] = [];