UNPKG

lml-main

Version:

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

7 lines (6 loc) 444 B
import { JobModel } from '@lml/cosmo-ts-data'; export declare const countItems: (jobs: JobModel[]) => number; export declare const getConsolidationCollectionWindow: (jobs: JobModel[]) => string; export declare const getConsolidationDeliveryWindow: (jobs: JobModel[]) => string; export declare const getConsolidationCollectionPostcode: (jobs: JobModel[]) => any; export declare const getConsolidationDeliveryPostcode: (jobs: JobModel[]) => any;