UNPKG

@lxdhub/api

Version:

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

15 lines (14 loc) 229 B
/** * Data object for the image import * parameter parsing */ export declare class ImportImageDto { /** * The aliases */ aliases: string[]; /** * The name of the remote */ remote: string; }