UNPKG

salesforce-alm

Version:

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

10 lines (9 loc) 260 B
import ScratchOrg = require('./scratchOrgApi'); /** * TODO Just extend scratch org for now until everything points over to the * new Org class in sfdx-core. */ declare class HubOrgApi extends ScratchOrg { constructor(force?: any); } export = HubOrgApi;