Skip to content

Commit 55f866a

Browse files
committed
Export visitor result type on customer account ui extension
1 parent c15146a commit 55f866a

File tree

1 file changed

+3
-0
lines changed
  • packages/ui-extensions/src/surfaces/customer-account

1 file changed

+3
-0
lines changed

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)