Type alias PatchDeviceArg

PatchDeviceArg: {
    deviceId: string;
    patchDeviceBody: PatchDeviceBody;
}

Type declaration