/** * Map of file path to list of dependent file paths */ export interface SalesforceChangesetDependencies { [key: string]: string[]; }