UNPKG

@snapp-store/snapp-box-sdk

Version:
12 lines (11 loc) 272 B
export declare type ORDERACCEPTEDREQUEST = { webhookType: string; orderId: string; orderStatus: string; bikerName: string; bikerPhone: string; distance: number; orderAcceptedAt: string; bikerPhotoUrl: string; notificationId: number; };