import { RequestDispatcherDetails } from './requestDispatcherDetails'; export interface RequestEwbWithoutIrnCreate { documentNumber: string; documentType: string; supplyType: string; subSupplyType: string; subSupplyDesc?: string; transactionType: string; transporterId?: string; transporterName: string; transportMode?: string; distance: number; transportDocNo?: string; transportDocDate?: string; vehicleNumber: string; vehicleType?: string; sellerName: string; dispatchDetails?: RequestDispatcherDetails; }