UNPKG

@clickup/pg-microsharding

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