UNPKG

payload

Version:

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

9 lines 295 B
import type { Payload } from '../../index.js'; import type { Migration } from '../types.js'; /** * Read the migration files from disk */ export declare const readMigrationFiles: ({ payload, }: { payload: Payload; }) => Promise<Migration[]>; //# sourceMappingURL=readMigrationFiles.d.ts.map