/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type LinkIsoimage = {
    /**
     * The UUID of the storage you are requesting.
     */
    object_uuid: string;
}
