UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

3 lines (2 loc) 123 B
import { Org } from '@salesforce/core'; export declare function getUserEmail(username: string, hubOrg: Org): Promise<any>;