@salesforce/templates
Version:
Salesforce JS library for templates
11 lines • 421 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_API_VERSION = void 0;
/*
* Copyright (c) 2024, 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
*/
exports.DEFAULT_API_VERSION = '63.0';
//# sourceMappingURL=constants.js.map