removed crap
This commit is contained in:
		@@ -2,12 +2,11 @@
 | 
			
		||||
/* istanbul ignore file */
 | 
			
		||||
/* tslint:disable */
 | 
			
		||||
/* eslint-disable */
 | 
			
		||||
import type { BillPaymentInfo } from './BillPaymentInfo';
 | 
			
		||||
import type { BillPaymentStatus } from './BillPaymentStatus';
 | 
			
		||||
import type { NotificationChannel } from './NotificationChannel';
 | 
			
		||||
export type BillStatusUpdateRequest = {
 | 
			
		||||
    listenerTransactionId: number;
 | 
			
		||||
    channel: NotificationChannel;
 | 
			
		||||
    info: (BillPaymentInfo | BillPaymentStatus);
 | 
			
		||||
    info: BillPaymentStatus;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user