Skip to content

Commit 4d8fedf

Browse files
committed
add applyTrackingConsentChange to doc
1 parent c15146a commit 4d8fedf

File tree

1 file changed

+4
-1
lines changed
  • packages/ui-extensions/src/surfaces/customer-account/api

1 file changed

+4
-1
lines changed

packages/ui-extensions/src/surfaces/customer-account/api/docs.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ export interface Docs_Standard_StorageApi
7474
extends Pick<StandardApi<any>, 'storage'> {}
7575

7676
export interface Docs_Standard_CustomerPrivacyApi
77-
extends Pick<StandardApi<any>, 'customerPrivacy'> {}
77+
extends Pick<
78+
StandardApi<any>,
79+
'customerPrivacy' | 'applyTrackingConsentChange'
80+
> {}
7881

7982
export interface Docs_Standard_UIApi extends Pick<StandardApi<any>, 'ui'> {}
8083

0 commit comments

Comments
 (0)