sf-decomposer
Version:
Decompose Salesforce metadata into granular, VCS-friendly files; recompose for deployment.
6 lines (5 loc) • 304 B
TypeScript
import { MetaAttributes } from '../helpers/types.js';
export declare function getRegistryValuesBySuffix(metaSuffix: string, command: string, ignoreDirs: string[] | undefined, repoRootOverride?: string, uniqueIdOverride?: string): Promise<{
metaAttributes: MetaAttributes;
ignorePath: string;
}>;