Skip to content

Commit

Permalink
Removing unnecessary type
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Oct 11, 2024
1 parent a1f9850 commit 2f32b02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions packages/lib/src/components/ANCV/types.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { UIElementProps } from '../internal/UIElement/types';
import type { PaymentAction } from '../../types/global-types';

export interface ANCVConfiguration extends UIElementProps {
paymentData?: any;
data: ANCVDataState;
onOrderRequest?: any;
onOrderUpdated?: any;
originalAction?: PaymentAction;
}

export interface ANCVDataState {
Expand Down
3 changes: 0 additions & 3 deletions packages/lib/src/components/UPI/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { UIElementProps } from '../internal/UIElement/types';
import { TxVariants } from '../tx-variants';
import type { PaymentAction } from '../../types/global-types';

export type UpiType = TxVariants.upi_qr | TxVariants.upi_intent | TxVariants.upi_collect;

Expand Down Expand Up @@ -30,6 +29,4 @@ export interface UPIConfiguration extends UIElementProps {
// QR code
qrCodeData?: string;
brandLogo?: string;
// Await & QR code
originalAction?: PaymentAction;
}

0 comments on commit 2f32b02

Please sign in to comment.