UNPKG

@randombenj/dbsync

Version:

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

5 lines (4 loc) 139 B
import { Image } from '@lxdhub/db'; export declare class ImageDtoFactory { dtoToEntity(remoteImage: any, localImage?: Image): Image; }