@truenas/api-client
    Preparing search index...

    Interface ContainerUSBDevice

    interface ContainerUSBDevice {
        device?: string | null;
        dtype: "USB";
        usb?: v25_10_0.USBAttributes | null;
    }
    Index
    device?: string | null
    dtype: "USB"
    usb?: v25_10_0.USBAttributes | null