@salesforce/core
Version:
Core libraries to interact with SFDX projects, orgs, and APIs.
12 lines • 486 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegistryPresetsSchema = void 0;
/*
* Copyright (c) 2023, salesforce.com, inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
const zod_1 = require("zod");
exports.RegistryPresetsSchema = zod_1.z.array(zod_1.z.string());
//# sourceMappingURL=registryPresets.js.map