UNPKG

@clickup/pg-microsharding

Version:
6 lines 220 B
import type { TableInfo } from "./getTablesInSchema"; export declare function analyzeTables({ toDsn, tables, }: { toDsn: string; tables: TableInfo[]; }): Promise<void>; //# sourceMappingURL=analyzeTables.d.ts.map