UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

28 lines 1.01 kB
import * as auth from '../../../auth/operations/local/index.js'; import count from './count.js'; import countVersions from './countVersions.js'; import create from './create.js'; import deleteLocal from './delete.js'; import { duplicate } from './duplicate.js'; import { findLocal } from './find.js'; import findByID from './findByID.js'; import findVersionByID from './findVersionByID.js'; import findVersions from './findVersions.js'; import restoreVersion from './restoreVersion.js'; import update from './update.js'; declare const _default: { auth: typeof auth; count: typeof count; countVersions: typeof countVersions; create: typeof create; deleteLocal: typeof deleteLocal; duplicate: typeof duplicate; find: typeof findLocal; findByID: typeof findByID; findVersionByID: typeof findVersionByID; findVersions: typeof findVersions; restoreVersion: typeof restoreVersion; update: typeof update; }; export default _default; //# sourceMappingURL=index.d.ts.map