salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
11 lines (10 loc) • 409 B
TypeScript
import { ToolbeltCommand } from '../../../../ToolbeltCommand';
export declare class PackageInstalledListCommand extends ToolbeltCommand {
static readonly theDescription: any;
static readonly longDescription: any;
static readonly help: any;
static readonly orgType: string;
static readonly requiresUsername = true;
static readonly requiresProject = true;
run(): Promise<unknown>;
}