UNPKG

@flxbl-io/sfp

Version:

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

11 lines (10 loc) 253 B
export default interface Package2Detail { name: string; package2Id?: string; namespacePrefix?: string; subscriberPackageVersionId?: string; versionNumber?: string; type?: string; isOrgDependent?: boolean; key?: string; }