UNPKG

@lxdhub/api

Version:

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

12 lines (11 loc) 202 B
/** * The data transfer object, * which represents the response * when cloning an image */ export declare class CloneImageResponseDto { /** * The operation uuid */ uuid: string; }