UNPKG

liveperson-functions-cli

Version:
9 lines (8 loc) 394 B
import { Connection, ConnectionOptions } from 'jsforce'; /** * ConnectToSalesforce creates a standard JSForce Connection object and preconfigures it * to allow it to communicate with the Proxy and send Requests in the correct format. * @param params Connection Options * @returns Salesforce Connection */ export declare function ConnectToSalesforce(params: ConnectionOptions): Connection;