interface DeviceInterviewPayload {
    device: Device;
    status: "started" | "successful" | "failed";
}

Properties

Properties

device: Device
status: "started" | "successful" | "failed"