@medusajs/index
Version:
Medusa Index module
4 lines • 312 B
TypeScript
import { IndexTypes } from "@medusajs/framework/types";
import { SqlEntityManager } from "@mikro-orm/postgresql";
export declare function createPartitions(schemaObjectRepresentation: IndexTypes.SchemaObjectRepresentation, manager: SqlEntityManager): Promise<void>;
//# sourceMappingURL=create-partitions.d.ts.map