UNPKG

@snapp-store/snapp-box-sdk

Version:
18 lines (15 loc) 352 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ORDERCANCELEDREQUEST = { webhookType: string; orderId: string; orderStatus: string; bikerName: string; bikerPhone: string; distance: number; eta: number; orderAcceptedAt: string; bikerPhotoUrl: string; notificationId: number; };