UNPKG

lml-main

Version:

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

17 lines (16 loc) 335 B
import { CourierActionType, StopType } from '@lml/cosmo-ts-data'; export interface PostCourierActionRequest { job: { refId: string; }; courier: { refId: string; }; type: CourierActionType; timestamp: string; user: string; stop?: { refId: string; type: StopType; }; }