UNPKG

@types/jsforce

Version:
42 lines (40 loc) 1.57 kB
// Type definitions for jsforce 1.11 // Project: https://github.com/jsforce/jsforce // Definitions by: Dolan Miu <https://github.com/dolanmiu> // Kamil Ejsymont <https://github.com/netes> // Thomas Dvornik <https://github.com/amphro> // Tim Noonan <https://github.com/tnoonan-salesforce> // Abraham White <https://github.com/whiteabelincoln> // Borys Kupar <https://github.com/borys-kupar> // Andrés Catalán <https://github.com/catalandres> // Ken Human <https://github.com/kenhuman> // Doug Ayers <https://github.com/douglascayers> // Arlo Godfrey <https://github.com/Arlodotexe> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.7 /// <reference types="node" /> export * from './api/analytics'; export * from './api/apex'; export * from './api/chatter'; export * from './api/metadata'; export * from './api/soap'; export * from './batch'; export * from './bulk'; export * from './cache'; export * from './channel'; export * from './connection'; export * from './date-enum'; export * from './describe-result'; export * from './job'; export * from './limits-info'; export * from './oauth2'; export * from './promise'; export * from './query'; export * from './record'; export * from './record-result'; export * from './record-stream'; export * from './salesforce-id'; export * from './salesforce-object'; export * from './streaming'; export * from './topic'; export * from './date';