2025-02-11 10:53:59 +08:00

5 lines
90 B
Plaintext

export interface DeviceParamType {
time: string;
deviceName: string;
type: string;
}