export interface RequestEInvoiceEwbConfiguration { sourceType: string; destinationType: string; transitType: string; isSourceGstExists: boolean; isDestinationGstExists: boolean; invoiceMaxLimit?: number; invoiceMinLimit?: number; activeFromDate: string; activeToDate?: string; isEInvoiceRequired: boolean; isEwayBillRequired: boolean; }