UNPKG

@lxdhub/api

Version:

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

16 lines (15 loc) 336 B
/** * The CloneImageDto represents the data * transfer object, which is used for defining * the options to clone an image */ export declare class CloneImageDto { /** * The id of the source remote */ sourceRemoteId: number; /** * The id of the destination remote */ destinationRemoteId: number; }