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.
1 parent 3c6c21b commit f37681fCopy full SHA for f37681f
packages/ui-extensions/src/surfaces/customer-account/api/docs.ts
@@ -146,7 +146,10 @@ export interface Docs_Standard_StorageApi
146
extends Pick<StandardApi<any>, 'storage'> {}
147
148
export interface Docs_Standard_CustomerPrivacyApi
149
- extends Pick<StandardApi<any>, 'customerPrivacy'> {}
+ extends Pick<
150
+ StandardApi<any>,
151
+ 'customerPrivacy' | 'applyTrackingConsentChange'
152
+ > {}
153
154
export interface Docs_Standard_UIApi extends Pick<StandardApi<any>, 'ui'> {}
155
0 commit comments