@best/types
Version:
Best Types for Typescript
15 lines • 514 B
JavaScript
/*
* Copyright (c) 2019, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AgentState = void 0;
var AgentState;
(function (AgentState) {
AgentState["BUSY"] = "BUSY";
AgentState["IDLE"] = "IDLE";
})(AgentState || (exports.AgentState = AgentState = {}));
//# sourceMappingURL=agent.js.map
;