UNPKG

@clickup/pg-microsharding

Version:
10 lines 313 B
import type { TableInfo } from "./getTablesInSchema"; /** * Resumes the previously paused subscription. */ export declare function enableSubscription({ toDsn, tables, schema, }: { toDsn: string; tables: TableInfo[]; schema: string; }): Promise<void>; //# sourceMappingURL=enableSubscription.d.ts.map