src/types/monitorData.d.ts
@@ -38,12 +38,13 @@ startTime: string; endTime: string; time: Array<any>; gas: string; gas: string | number; position: number | null; } }; gasList: Array<any>; positionList: Array<any>; excelData: Array<any>; } } @@ -66,12 +67,13 @@ pageSize: number; searchParams: { time: Array<any>; gas: string; area: string; gas: string | number; area: string |number; } }; gasList: Array<any>; areaList: Array<any>; excelData: Array<any>; }, }