sf-decomposer
Version:
Break down large Salesforce metadata files into smaller, more manageable files for version control and then recreate deployment-compatible files.
28 lines (27 loc) • 583 B
TypeScript
declare const _default: {
profile: {
uniqueIdElements: string[];
};
permissionset: {
uniqueIdElements: string[];
};
flow: {
uniqueIdElements: string[];
};
globalValueSetTranslation: {
uniqueIdElements: string[];
};
standardValueSetTranslation: {
uniqueIdElements: string[];
};
bot: {
uniqueIdElements: string[];
};
marketingappextension: {
uniqueIdElements: string[];
};
loyaltyProgramSetup: {
uniqueIdElements: string[];
};
}[];
export default _default;