palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
19 lines (18 loc) • 699 B
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* OpenAPI spec version: v1
*/
/**
* Represent a subset of client devices that can be accessed by VMI. At the moment only, USB devices using Usbredir's library and tooling. Another fit would be a smartcard with libcacard.
The struct is currently empty as there is no immediate request for user-facing APIs. This structure simply turns on USB redirection of UsbClientPassthroughMaxNumberOf devices.
*/
export type VmClientPassthroughDevices = {
[key: string]: unknown;
};
//# sourceMappingURL=vmClientPassthroughDevices.d.ts.map