Skip to content

Commit 381f912

Browse files
Merge pull request #3090 from Shopify/brians/2025-10-add-applytrackingConsentChange_doc
add applytrackingConsentChange to doc
2 parents 5c4fdd5 + 06db066 commit 381f912

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
@@ -149,7 +149,10 @@ export interface Docs_Standard_StorageApi
149149
extends Pick<StandardApi<any>, 'storage'> {}
150150

151151
export interface Docs_Standard_CustomerPrivacyApi
152-
extends Pick<StandardApi<any>, 'customerPrivacy'> {}
152+
extends Pick<
153+
StandardApi<any>,
154+
'customerPrivacy' | 'applyTrackingConsentChange'
155+
> {}
153156

154157
export interface Docs_Standard_ToastApi
155158
extends Pick<StandardApi<any>, 'toast'> {}

0 commit comments

Comments
 (0)