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 {
143143 OrderStatusApi ,
144144} from './checkout/api/order-status/order-status' ;
145145export type { OrderConfirmationApi } from './checkout/api/order-confirmation/order-confirmation' ;
146+ export type { Announcement } from './checkout/api/announcement/announcement' ;
146147
147148export type { CartLineItemApi } from './checkout/api/cart-line/cart-line-item' ;
148149export 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 {
2424 AllowedComponents ,
2525 AnyComponentExcept ,
2626} from './shared' ;
27- import { Announcement } from './api/announcement/announcement' ;
27+ import type { Announcement } from './api/announcement/announcement' ;
2828
2929/**
3030 * 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