UNPKG

nammaniru_common_service

Version:

The service will contain all the functionality which is common for both shop and customer

8 lines 231 B
export type DeliveryPersonType = { ShopID: String, DeliveryPersonID: String, AvailableForDelivery: Boolean, AssignedOrderID: String | null, AssignedItemOrderID: String | null }