UNPKG

lml-main

Version:

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

4 lines (3 loc) 202 B
import { RootState } from '../../root'; import { CourierActionModel } from '@lml/cosmo-ts-data'; export declare const getCourierActionByJobId: (state: RootState, jobId: string) => CourierActionModel[];