@solidskills/types
Version:
Solidskills typings
10 lines (9 loc) • 433 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var SlsJobStatus;
(function (SlsJobStatus) {
SlsJobStatus["DRAFT"] = "SLS_JOB_STATUS.DRAFT";
SlsJobStatus["PUBLISHED"] = "SLS_JOB_STATUS.PUBLISHED";
SlsJobStatus["CANCELLED"] = "SLS_JOB_STATUS.CANCELLED";
SlsJobStatus["PROVIDED"] = "SLS_JOB_STATUS.PROVIDED";
})(SlsJobStatus = exports.SlsJobStatus || (exports.SlsJobStatus = {}));