@lxdhub/api
Version:
Display, search and copy LXD-images using a web interface.
11 lines • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* The data transfer object, which represents a "not detailed"
* sync run item. This class is used for larger sync run lists, which do not require
* any detailed data of a sync run.
*/
class SyncRunItemDto {
}
exports.SyncRunItemDto = SyncRunItemDto;
//# sourceMappingURL=sync-run-list-response.dto.js.map