File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/ui-extensions/src/surfaces Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ export type {
143
143
OrderStatusApi ,
144
144
} from './checkout/api/order-status/order-status' ;
145
145
export type { OrderConfirmationApi } from './checkout/api/order-confirmation/order-confirmation' ;
146
+ export type { Announcement } from './checkout/api/announcement/announcement' ;
146
147
147
148
export type { CartLineItemApi } from './checkout/api/cart-line/cart-line-item' ;
148
149
export type { PickupLocationListApi } from './checkout/api/pickup/pickup-location-list' ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import type {
24
24
AllowedComponents ,
25
25
AnyComponentExcept ,
26
26
} from './shared' ;
27
- import { Announcement } from './api/announcement/announcement' ;
27
+ import type { Announcement } from './api/announcement/announcement' ;
28
28
29
29
/**
30
30
* A UI extension will register for one or more extension targets using `shopify.extend()`.
You can’t perform that action at this time.
0 commit comments