UNPKG

@accounter/server

Version:
3 lines (2 loc) 108 B
import type { Pool } from 'pg'; export declare function runMigrationsIfNeeded(pgPool: Pool): Promise<void>;