UNPKG

@lxdhub/api

Version:

Display, search and copy LXD-images using a web interface.

11 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * The data transfer object, * which represents the response * when cloning an image */ class CloneImageResponseDto { } exports.CloneImageResponseDto = CloneImageResponseDto; //# sourceMappingURL=clone-image-response.dto.js.map