UNPKG

@lxdhub/interfaces

Version:

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

18 lines 691 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SyncState; (function (SyncState) { SyncState[SyncState["NOT_STARTED"] = 0] = "NOT_STARTED"; SyncState[SyncState["RUNNING"] = 1] = "RUNNING"; SyncState[SyncState["FAILED"] = 2] = "FAILED"; SyncState[SyncState["SUCCEEDED"] = 3] = "SUCCEEDED"; })(SyncState = exports.SyncState || (exports.SyncState = {})); /** * 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=dtos.js.map