We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c4fdd5 + 06db066 commit 381f912Copy full SHA for 381f912
packages/ui-extensions/src/surfaces/customer-account/api/docs.ts
@@ -149,7 +149,10 @@ export interface Docs_Standard_StorageApi
149
extends Pick<StandardApi<any>, 'storage'> {}
150
151
export interface Docs_Standard_CustomerPrivacyApi
152
- extends Pick<StandardApi<any>, 'customerPrivacy'> {}
+ extends Pick<
153
+ StandardApi<any>,
154
+ 'customerPrivacy' | 'applyTrackingConsentChange'
155
+ > {}
156
157
export interface Docs_Standard_ToastApi
158
extends Pick<StandardApi<any>, 'toast'> {}
0 commit comments