UNPKG

@flxbl-io/sfp

Version:

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

10 lines (9 loc) 356 B
import { Logger } from '@flxbl-io/sfp-logger'; import { Org } from '@salesforce/core'; import { PoolBaseImpl } from './PoolBaseImpl'; import ScratchOrg from '../ScratchOrg'; export default class OrphanedOrgsDeleteImpl extends PoolBaseImpl { private logger; constructor(hubOrg: Org, logger: Logger); protected onExec(): Promise<ScratchOrg[]>; }