UNPKG

mobyo-interfaces

Version:
13 lines (12 loc) 303 B
import { IOrder } from '../../../order'; export interface IDelivererMobyo { id: string; phoneNumber: string; internationalCode: string; email?: string; name: string; nickName: string; tags: string[]; ordersCountDeliveredOnRestaurant: IOrder[]; pictureUrl?: string; }