sfdx-plugin-package-xml
Version:
explore metadata in an org and generate a package.xml manifest
13 lines (12 loc) • 375 B
TypeScript
export declare const FOLDER_BASED_METADATA_MAP: {
EmailFolder: string;
EmailTemplateFolder: string;
DashboardFolder: string;
DocumentFolder: string;
ReportFolder: string;
};
/**
* transform a folder type to the type of its content
* @param type metadata type (e.g. 'EmailFolder')
*/
export declare function transformFolderToType(type: string): string;