UNPKG

@fdot/arculus-staff-service

Version:

Simplifies usage of the Arculus Staff Service

10 lines (9 loc) 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StatusFilter = void 0; var StatusFilter; (function (StatusFilter) { StatusFilter["ActiveOnly"] = "active"; StatusFilter["InactiveOnly"] = "inactive"; StatusFilter["BothActiveAndInactive"] = "all"; })(StatusFilter || (exports.StatusFilter = StatusFilter = {}));