@salesforce/source-deploy-retrieve
Version:
JavaScript library to run Salesforce metadata deploys and retrieves
9 lines (8 loc) • 321 B
TypeScript
import * as standardValueSetData from './stdValueSetRegistry.json';
/**
* The standardValueSet fullNames.
*
* The static import of json file should never be changed,
* other read methods might make esbuild fail to bundle the json file
*/
export declare const standardValueSet: Readonly<typeof standardValueSetData>;