UNPKG

@medusajs/index

Version:
4 lines 312 B
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