UNPKG

salesforce-alm

Version:

This package contains tools, and APIs, for an improved salesforce.com developer experience.

11 lines (10 loc) 286 B
export interface OrgShapeListResult { orgId: string; username: string; alias?: string; shapeId: string; status: string; createdBy: string; createdDate: string; } export declare const getAllOrgShapesFromAuthenticatedOrgs: () => Promise<OrgShapeListResult[]>;