UNPKG

lml-main

Version:

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

6 lines (5 loc) 341 B
import { RootState } from '../../root'; import { CourierModel } from '@lml/cosmo-ts-data'; export declare const getCourierVehicleType: (courier: CourierModel) => string; export declare const getCourierAvatarPath: (courier: CourierModel) => string; export declare const getCourierEarnings: (state: RootState, courierRefId: string) => string;