We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574e552 commit 5219a38Copy full SHA for 5219a38
packages/commerce-sdk-react/src/hooks/types.ts
@@ -89,7 +89,7 @@ export type ApiClientConfigParams = {
89
*/
90
export interface ApiClients {
91
shopperBaskets?: ShopperBaskets<ApiClientConfigParams>
92
- shopperBasketsV2?: ShopperBaskets<ApiClientConfigParams>
+ shopperBasketsV2?: ShopperBasketsV2<ApiClientConfigParams>
93
shopperConsents?: ShopperConsents<ApiClientConfigParams>
94
shopperContexts?: ShopperContexts<ApiClientConfigParams>
95
shopperCustomers?: ShopperCustomers<ApiClientConfigParams>
0 commit comments