5 lines
90 B
Plaintext
Raw Normal View History

2025-02-11 10:53:59 +08:00
export interface DeviceParamType {
time: string;
deviceName: string;
type: string;
}