heat-sfdx-metadata
Version:
 [](https://badge.fury.io/js/heat-sfdx-metadata) [ • 297 B
TypeScript
import { authorization } from 'heat-sfdx-common';
/**
* @name describeValueType
* @description retrieves the metadata describing a given metadata type (value type).
*/
declare function describeValueType(authorization: authorization, config: any): Promise<string>;
export { describeValueType };