salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
13 lines (12 loc) • 527 B
TypeScript
import { FlagsConfig } from '@salesforce/command';
import { ToolbeltCommand } from '../../../../ToolbeltCommand';
export declare class MdapiRetrieveReportCommand extends ToolbeltCommand {
static readonly theDescription: string;
static readonly longDescription: string;
static readonly help: string;
static readonly requiresProject = false;
static readonly requiresUsername = true;
static readonly flagsConfig: FlagsConfig;
run(): Promise<unknown>;
resolveUsername(context: any): Promise<any>;
}