/**
 * The data transfer object,
 * which represents the response
 * when cloning an image
 */
export class CloneImageResponseDto {
    /**
     * The operation uuid
     */
    uuid: string;
}
