UNPKG

@snapp-store/snapp-box-sdk

Version:
14 lines (11 loc) 259 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ORDERCANCELEDBYSYSTEMREQUEST = { orderId: string; orderStatus: string; webhookType: string; customerRefId: string; actionBy: string; batch: boolean; };