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

    Interface VirtDeviceExportDiskImage

    interface VirtDeviceExportDiskImage {
        directory: string;
        format: string;
        zvol: string;
    }
    Index
    directory: string
    format: string

    NonEmptyString upstream; the service lowercases it and accepts qcow2, qed, raw, vdi, vpc, vmdk. Not narrowed here, because narrowing to the uppercase spellings would reject the lowercase ones the API takes.

    zvol: string