@salesforce/plugin-org
Version:
Commands to interact with Salesforce orgs
11 lines (10 loc) • 496 B
TypeScript
import { ChildProcess } from 'node:child_process';
import { Options } from 'open';
import { Env } from '@salesforce/kit';
export declare const openUrl: (url: string, options: Options) => Promise<ChildProcess>;
export declare const handleDomainError: (err: unknown, url: string, env: Env) => string;
declare const _default: {
openUrl: (url: string, options: Options) => Promise<ChildProcess>;
handleDomainError: (err: unknown, url: string, env: Env) => string;
};
export default _default;