马宇豪
2024-01-05 6a33c71f381aec0dbc778f80527b62d343fd0146
src/types/monitorData.d.ts
@@ -39,9 +39,11 @@
                endTime: string;
                time: Array<any>;
                gas: string;
                position: number | null;
            }
        };
        gasList: Array<any>;
        positionList: Array<any>;
    }
}
@@ -70,7 +72,7 @@
        };
        gasList: Array<any>;
        areaList: Array<any>;
    }
    },
}
export interface TableWeatherRow {
@@ -97,4 +99,4 @@
        };
        weatherTypeList: Array<any>;
    }
}
}