zhouwenxuan
2023-12-29 29b05843c7c90ddaf29629084fd60e29c5afbd26
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>;
    }
}