fix(types): Export DetailWidgetProps (#7469)
* rename folder to ui, as admin breaks paths in integration tests for some reason * rename to admin
This commit is contained in:
committed by
GitHub
parent
7baedf73d5
commit
eeb063ebdf
@@ -1,15 +1,21 @@
|
||||
export * as AdminTypes from "./admin"
|
||||
export * as ApiKeyTypes from "./api-key"
|
||||
export * as AuthTypes from "./auth"
|
||||
export * as CacheTypes from "./cache"
|
||||
export * as CartTypes from "./cart"
|
||||
export * as CommonTypes from "./common"
|
||||
export * as CurrencyTypes from "./currency"
|
||||
export * as CustomerTypes from "./customer"
|
||||
export * as DAL from "./dal"
|
||||
export * as EventBusTypes from "./event-bus"
|
||||
export * as FeatureFlagTypes from "./feature-flag"
|
||||
export * as FileTypes from "./file"
|
||||
export * as FulfillmentTypes from "./fulfillment"
|
||||
export * as HttpTypes from "./http"
|
||||
export * as InventoryTypes from "./inventory"
|
||||
export * as LoggerTypes from "./logger"
|
||||
export * as ModulesSdkTypes from "./modules-sdk"
|
||||
export * as NotificationTypes from "./notification"
|
||||
export * as OrderTypes from "./order"
|
||||
export * as PricingTypes from "./pricing"
|
||||
export * as ProductTypes from "./product"
|
||||
@@ -18,13 +24,8 @@ export * as RegionTypes from "./region__legacy"
|
||||
export * as SalesChannelTypes from "./sales-channel"
|
||||
export * as SearchTypes from "./search"
|
||||
export * as StockLocationTypes from "./stock-location"
|
||||
export * as StoreTypes from "./store"
|
||||
export * as TaxTypes from "./tax"
|
||||
export * as TransactionBaseTypes from "./transaction-base"
|
||||
export * as UserTypes from "./user"
|
||||
export * as WorkflowTypes from "./workflow"
|
||||
export * as ApiKeyTypes from "./api-key"
|
||||
export * as StoreTypes from "./store"
|
||||
export * as CurrencyTypes from "./currency"
|
||||
export * as HttpTypes from "./http"
|
||||
export * as FileTypes from "./file"
|
||||
export * as NotificationTypes from "./notification"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export * from "./address"
|
||||
// export * from "./admin"
|
||||
export * from "./admin"
|
||||
export * from "./api-key"
|
||||
export * from "./auth"
|
||||
export * from "./bundles"
|
||||
|
||||
Reference in New Issue
Block a user