UNPKG

@salesforce/source-deploy-retrieve

Version:

JavaScript library to run Salesforce metadata deploys and retrieves

9 lines (8 loc) 277 B
import { MetadataRegistry } from './types'; /** * The default metadata registry. * * 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 registry: Readonly<MetadataRegistry>;