UNPKG

@r1tsu/payload

Version:

14 lines 490 B
import findOne from './findOne.js'; import findVersionByID from './findVersionByID.js'; import findVersions from './findVersions.js'; import restoreVersion from './restoreVersion.js'; import update from './update.js'; 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