UNPKG

heat-sfdx-metadata

Version:

![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat) [![npm version](https://badge.fury.io/js/heat-sfdx-metadata.svg)](https://badge.fury.io/js/heat-sfdx-metadata) [![Code Climate](https://codeclimate.com/github/takahitomiyamoto/hea

12 lines (11 loc) 367 B
/** * @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 };