salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
9 lines (8 loc) • 376 B
TypeScript
import { FlagsConfig, SfdxCommand } from '@salesforce/command';
import { OrgShapeListResult } from '../../../../lib/org/orgShapeListCommand';
export declare class OrgShapeListCommand extends SfdxCommand {
static readonly description: string;
static readonly examples: string[];
static readonly flagsConfig: FlagsConfig;
run(): Promise<OrgShapeListResult[]>;
}