feat: CRUD for product barcode images
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
/* 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: BillPaymentStatus;
|
||||
info: (BillPaymentInfo | BillPaymentStatus);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user