UNPKG

@snapp-store/snapp-box-sdk

Version:
13 lines (12 loc) 289 B
export declare type ORDERPICKEDUPREQUEST = { webhookType: string; orderId: string; orderStatus: string; bikerName: string; bikerPhone: string; distance: number; eta: number; orderAcceptedAt: string; bikerPhotoUrl: string; notificationId: number; };