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

    Interface VirtDeviceUsbChoice

    interface VirtDeviceUsbChoice {
        bus: number;
        dev: number;
        manufacturer: string | null;
        product: string | null;
        product_id: string;
        vendor_id: string;
    }
    Index
    bus: number
    dev: number
    manufacturer: string | null
    product: string | null
    product_id: string
    vendor_id: string