UNPKG

@r1tsu/payload

Version:

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