mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Added index for types
This commit is contained in:
1
framework/bigcommerce/types/common.ts
Normal file
1
framework/bigcommerce/types/common.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from '@commerce/types/common'
|
@@ -1,2 +1,25 @@
|
||||
export * from '@commerce/types'
|
||||
export * from './cart'
|
||||
import * as Cart from './cart'
|
||||
import * as Checkout from './checkout'
|
||||
import * as Common from './common'
|
||||
import * as Customer from './customer'
|
||||
import * as Login from './login'
|
||||
import * as Logout from './logout'
|
||||
import * as Page from './page'
|
||||
import * as Product from './product'
|
||||
import * as Signup from './signup'
|
||||
import * as Site from './site'
|
||||
import * as Wishlist from './wishlist'
|
||||
|
||||
export type {
|
||||
Cart,
|
||||
Checkout,
|
||||
Common,
|
||||
Customer,
|
||||
Login,
|
||||
Logout,
|
||||
Page,
|
||||
Product,
|
||||
Signup,
|
||||
Site,
|
||||
Wishlist,
|
||||
}
|
||||
|
Reference in New Issue
Block a user