UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

7 lines (6 loc) 158 B
import Component from './Component'; export default interface DependencyViolation { component: Component; dependency: any; description: string; }