UNPKG

@clickup/pg-microsharding

Version:
9 lines 261 B
/** * Removes all traces of logical replication from the schema. */ export declare function cleanUpPubSub({ fromDsn, toDsn, schema, }: { fromDsn: string; toDsn: string; schema: string; }): Promise<void>; //# sourceMappingURL=cleanUpPubSub.d.ts.map