Skip to content

Commit 7952df2

Browse files
authored
export announcement api type (#3091)
1 parent 16e66ad commit 7952df2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/ui-extensions/src/surfaces/checkout.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export type {
143143
OrderStatusApi,
144144
} from './checkout/api/order-status/order-status';
145145
export type {OrderConfirmationApi} from './checkout/api/order-confirmation/order-confirmation';
146+
export type {Announcement} from './checkout/api/announcement/announcement';
146147

147148
export type {CartLineItemApi} from './checkout/api/cart-line/cart-line-item';
148149
export type {PickupLocationListApi} from './checkout/api/pickup/pickup-location-list';

packages/ui-extensions/src/surfaces/checkout/targets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()`.

0 commit comments

Comments
 (0)