UNPKG

lml-main

Version:

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

8 lines (7 loc) 207 B
import { CourierActionType, StopType } from '@lml/cosmo-ts-data'; export interface SelectedCourierAction { label: string; actionType: CourierActionType; image: string; stopType?: StopType; }