UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

6 lines 241 B
import type { BaseDatabaseAdapter } from '../types'; /** * Run all migration down functions before running up */ export declare function migrateRefresh(this: BaseDatabaseAdapter): Promise<void>; //# sourceMappingURL=migrateRefresh.d.ts.map