UNPKG

@salesforce/acu-pack

Version:
13 lines (12 loc) 455 B
import { flags } from '@salesforce/command'; import { CommandBase } from '../../../../lib/command-base'; export default class Delete extends CommandBase { static description: string; static examples: string[]; protected static flagsConfig: { userlist: flags.Discriminated<flags.String>; }; protected static requiresUsername: boolean; protected static requiresProject: boolean; protected runInternal(): Promise<void>; }