UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

4 lines (3 loc) 251 B
import { BookingModel, BookingStopModel } from '@lml/cosmo-ts-data'; export declare const getBookingCollectionStop: (booking: BookingModel) => BookingStopModel; export declare const getBookingDeliveryStop: (booking: BookingModel) => BookingStopModel;