7 lines
339 B
JavaScript
7 lines
339 B
JavaScript
import createAttachment from './create-attachment/index.js';
|
|
import executeQuery from './execute-query/index.js';
|
|
import findRecord from './find-record/index.js';
|
|
import findPartiallyMatchingRecord from './find-partially-matching-record/index.js';
|
|
|
|
export default [findRecord, findPartiallyMatchingRecord, createAttachment, executeQuery];
|