Skip to content

Commit

Permalink
removed unnecessary CustomerObject from import
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk Smolarz committed Nov 14, 2024
1 parent ca51287 commit 8f319b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/types/Redemptions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { OrdersCreateResponse, OrdersCreate } from './Orders'
import { RewardsCreateResponse, RewardRedemptionParams } from './Rewards'
import { CustomerObject, CustomersCreateBody, SimpleCustomer } from './Customers'
import { CustomersCreateBody, SimpleCustomer } from './Customers'
import { VouchersResponse } from './Vouchers'
import { GiftRedemptionParams } from './Gift'
import { ValidationSessionParams, ValidationSessionReleaseParams } from './ValidateSession'
Expand Down

0 comments on commit 8f319b6

Please sign in to comment.