style: fix no-explicit-any — replace with proper TypeScript types
This commit is contained in:
@@ -543,7 +543,7 @@
|
||||
try {
|
||||
await applyLoyaltyRedemption();
|
||||
|
||||
const body: any = {
|
||||
const body: { amount: number; payment_type: string; payment_method: string; gift_card_id?: string } = {
|
||||
amount: payAmountCents,
|
||||
payment_type: 'full',
|
||||
payment_method: 'giftcard'
|
||||
|
||||
Reference in New Issue
Block a user