UNPKG

@flxbl-io/sfp

Version:

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

5 lines (4 loc) 172 B
import { Connection } from '@salesforce/core'; export default class QueryHelper { static query<T>(query: string, conn: Connection, isTooling: boolean): Promise<T[]>; }