interface DeviceDataRestore {
    deviceID: string;
    file_address: string;
    notification?: boolean;
}

Properties

deviceID: string
file_address: string
notification?: boolean