1 2 3 4 5 6 7 8
import { PredictDate } from './base/common' export declare class Traffic { /** * 预测日期 */ predictDate: PredictDate }