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 c15146a commit 4d8fedfCopy full SHA for 4d8fedf
packages/ui-extensions/src/surfaces/customer-account/api/docs.ts
@@ -74,7 +74,10 @@ export interface Docs_Standard_StorageApi
74
extends Pick<StandardApi<any>, 'storage'> {}
75
76
export interface Docs_Standard_CustomerPrivacyApi
77
- extends Pick<StandardApi<any>, 'customerPrivacy'> {}
+ extends Pick<
78
+ StandardApi<any>,
79
+ 'customerPrivacy' | 'applyTrackingConsentChange'
80
+ > {}
81
82
export interface Docs_Standard_UIApi extends Pick<StandardApi<any>, 'ui'> {}
83
0 commit comments