Skip to content

Commit 51c35ad

Browse files
amittapallirasbhat
authored andcommitted
W-21432256: fix type error
1 parent 7f55a36 commit 51c35ad

File tree

1 file changed

+1
-1
lines changed
  • packages/commerce-sdk-react/src/hooks

1 file changed

+1
-1
lines changed

packages/commerce-sdk-react/src/hooks/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export type ApiClientConfigParams = {
8989
*/
9090
export interface ApiClients {
9191
shopperBaskets?: ShopperBaskets<ApiClientConfigParams>
92-
shopperBasketsV2?: ShopperBaskets<ApiClientConfigParams>
92+
shopperBasketsV2?: ShopperBasketsV2<ApiClientConfigParams>
9393
shopperConsents?: ShopperConsents<ApiClientConfigParams>
9494
shopperContexts?: ShopperContexts<ApiClientConfigParams>
9595
shopperCustomers?: ShopperCustomers<ApiClientConfigParams>

0 commit comments

Comments
 (0)