Skip to content

Commit f37681f

Browse files
committed
add applytrackingConsentChange to doc
1 parent 3c6c21b commit f37681f

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
@@ -146,7 +146,10 @@ export interface Docs_Standard_StorageApi
146146
extends Pick<StandardApi<any>, 'storage'> {}
147147

148148
export interface Docs_Standard_CustomerPrivacyApi
149-
extends Pick<StandardApi<any>, 'customerPrivacy'> {}
149+
extends Pick<
150+
StandardApi<any>,
151+
'customerPrivacy' | 'applyTrackingConsentChange'
152+
> {}
150153

151154
export interface Docs_Standard_UIApi extends Pick<StandardApi<any>, 'ui'> {}
152155

0 commit comments

Comments
 (0)