UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

4 lines (3 loc) 147 B
import type { Pool } from 'pg'; export declare function seedAdminOnce(pgPool: Pool): Promise<void>; export declare function resetSeedFlag(): void;