heat-sfdx-metadata
Version:
 [](https://badge.fury.io/js/heat-sfdx-metadata) [ • 367 B
TypeScript
/**
* @name get-metadata-objects.ts
* @description getMetadataObjects
*/
import { authorization } from 'heat-sfdx-common';
/**
* @name getMetadataObjects
* @description call describeMetadata() and get value of result.metadataObjects
*/
declare function getMetadataObjects(authorization: authorization, config: any): Promise<any>;
export { getMetadataObjects };