@clickup/pg-mig
Version:
PostgreSQL schema migration tool with microsharding and clustering support
12 lines • 366 B
TypeScript
import type { Vars } from "./extractVars";
export declare function validateCreateIndexConcurrently(content: string, vars: Vars): {
type: "success";
indexNamesQuoted: string[];
} | {
type: "success-index-alone";
indexNamesQuoted: string[];
} | {
type: "error";
errors: string[];
};
//# sourceMappingURL=validateCreateIndexConcurrently.d.ts.map