UNPKG

@snapp-store/snapp-box-sdk

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