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

    Interface DeviceGetInfoDisk

    interface DeviceGetInfoDisk {
        get_partitions?: boolean;
        serials_only?: boolean;
        type: "DISK";
    }
    Index
    get_partitions?: boolean
    serials_only?: boolean
    type: "DISK"