Files
automatisch/packages/backend/src/apps/salesforce/actions/index.ts
2023-10-05 15:23:48 +02:00

6 lines
198 B
TypeScript

import createAttachment from './create-attachment';
import executeQuery from './execute-query';
import findRecord from './find-record';
export default [findRecord, createAttachment, executeQuery];