Skip to content

Commit

Permalink
Fix type check error
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadAimanSulaiman committed Oct 24, 2024
1 parent d017d10 commit e7e4a6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PaymentHitpayDataSchema = z.object({

interface IPaymentComponentProps {
payment: {
data: z.infer<typeof PaymentHitpayDataSchema>;
data: unknown;
};
}

Expand Down

0 comments on commit e7e4a6a

Please sign in to comment.