5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
export interface DeviceParamType {
|
|
time: string;
|
|
deviceName: string;
|
|
type: string;
|
|
} |