sfdx-git-delta
Version:
Generate the sfdx content in source format and destructive change from two git commits
8 lines (7 loc) • 327 B
TypeScript
import ResourceHandler from './inResourceHandler.js';
export default class ObjectTranslationHandler extends ResourceHandler {
handleAddition(): Promise<void>;
protected _copyObjectTranslation(path: string): Promise<void>;
protected _getObjectTranslationPath(): string;
protected _delegateFileCopy(): boolean;
}