Skip to content

Commit 16e66ad

Browse files
authored
Merge pull request #3084 from Shopify/export-success-and-error-2025-07-lh
[2025-07]Export visitor result type on customer account ui extension
2 parents cc35eaa + 11a31c9 commit 16e66ad

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/flat-waves-grin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/ui-extensions': patch
3+
---
4+
5+
Export visitor result type on customer account ui extension

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ export type {
7575
TrackingConsentMetafieldChange,
7676
VisitorConsent,
7777
VisitorConsentChange,
78+
VisitorResult,
79+
VisitorSuccess,
80+
VisitorError,
7881
} from './api/shared';
7982

8083
export type {CartLineItemApi} from './api/cart-line/cart-line-item';

0 commit comments

Comments
 (0)