export interface RequestEWBPartACreateOrUpdate { documentNumber?: string; documentType: string; documentDate: string; supplyType: string; subSupplyType: string; subSupplyDesc?: string; transactionType: string; totalInvoiceAmount: number; totalCgstAmount?: number; totalSgstAmount?: number; totalIgstAmount?: number; transporterId?: string; transporterName?: string; transportMode?: string; distance: number; transportDocNo?: string; transportDocDate?: string; vehicleNumber: string; vehicleType?: string; sellerName: string; dispatcherGst: string; }