UNPKG

@salesforce/plugin-org

Version:

Commands to interact with Salesforce orgs

4 lines (3 loc) 287 B
import { ExtendedAuthFields, FullyPopulatedScratchOrgFields } from './orgTypes.js'; export declare const getStyledValue: (key: string, value: string) => string; export declare const getStyledObject: <T extends ExtendedAuthFields | FullyPopulatedScratchOrgFields>(objectToStyle: T) => T;