UNPKG

@lxdhub/api

Version:

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

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