payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
14 lines • 475 B
TypeScript
import findOne from './findOne';
import findVersionByID from './findVersionByID';
import findVersions from './findVersions';
import restoreVersion from './restoreVersion';
import update from './update';
declare const _default: {
findOne: typeof findOne;
findVersionByID: typeof findVersionByID;
findVersions: typeof findVersions;
restoreVersion: typeof restoreVersion;
update: typeof update;
};
export default _default;
//# sourceMappingURL=index.d.ts.map