UNPKG

@clickup/pg-microsharding

Version:
9 lines 246 B
/** * Cleans up after the shard migration on failure. */ export declare function resultAbort({ fromDsn, toDsn, schema, }: { fromDsn: string; toDsn: string; schema: string; }): Promise<void>; //# sourceMappingURL=resultAbort.d.ts.map