UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

9 lines 399 B
import { ReservationItemDTO } from "@medusajs/types"; /** * Builds a map of reservations by line item id. * * @param reservations - The reservations to build the map from. * @returns A map of reservations by line item id. */ export declare function buildReservationsMap(reservations: ReservationItemDTO[]): Map<string, ReservationItemDTO[]>; //# sourceMappingURL=build-reservations-map.d.ts.map