/** * Map of Salesforce execution use case to default pipeline identifier */ export interface SalesforcePipelineMappingsDto { [key: string]: string; }