UNPKG

@flxbl-io/sfp

Version:

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

8 lines (7 loc) 260 B
import { Org } from '@salesforce/core'; import { PoolBaseImpl } from './PoolBaseImpl'; export default class PoolOrgDeleteImpl extends PoolBaseImpl { username: string; constructor(hubOrg: Org, username: string); protected onExec(): Promise<void>; }