@snapp-store/snapp-box-sdk
Version:
A javascript sdk for snapp box api
17 lines (14 loc) • 335 B
text/typescript
/* 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;
};