UNPKG

@snapp-store/snapp-box-sdk

Version:
17 lines (14 loc) 335 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ORDERACCEPTEDREQUEST = { webhookType: string; orderId: string; orderStatus: string; bikerName: string; bikerPhone: string; distance: number; orderAcceptedAt: string; bikerPhotoUrl: string; notificationId: number; };