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