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