UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

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