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

    Interface USBCapability

    interface USBCapability {
        bus: string | null;
        device: string | null;
        product: string | null;
        product_id: string | null;
        vendor: string | null;
        vendor_id: string | null;
    }
    Index
    bus: string | null
    device: string | null
    product: string | null
    product_id: string | null
    vendor: string | null
    vendor_id: string | null