UNPKG

@clickup/pg-microsharding

Version:
6 lines 227 B
import type { Args } from "../internal/parseArgs"; /** * Copies a PG from one database to another with no downtime. */ export declare function actionCopy(args: Args): Promise<boolean>; //# sourceMappingURL=actionCopy.d.ts.map