UNPKG

696 BJavaScriptView Raw
1"use strict";
2/*
3 * Copyright (c) 2019, salesforce.com, inc.
4 * All rights reserved.
5 * Licensed under the BSD 3-Clause license.
6 * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
7 */
8Object.defineProperty(exports, "__esModule", { value: true });
9var OrgTypes;
10(function (OrgTypes) {
11 OrgTypes["Scratch"] = "scratch";
12 OrgTypes["Sandbox"] = "sandbox";
13})(OrgTypes = exports.OrgTypes || (exports.OrgTypes = {}));
14function creatableOrgTypes() {
15 // The string '*' is appended to the default
16 return [OrgTypes.Scratch, OrgTypes.Sandbox];
17}
18exports.creatableOrgTypes = creatableOrgTypes;
19
20//# sourceMappingURL=orgTypes.js.map