UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

10 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JOB_STATUS = { LIVE: 'live', ALLOCATED: 'allocated', ACCEPTED: 'accepted', IN_PROGRESS: 'progress', COMPLETED: 'completed', }; //# sourceMappingURL=status.js.map