|
|
@@ -1 +1,13 @@
|
|
|
-export * from './goods.types.js';
|
|
|
+export {
|
|
|
+ Goods as GoodsSchemaType,
|
|
|
+ CreateGoods as CreateGoodsSchemaType,
|
|
|
+ UpdateGoods as UpdateGoodsSchemaType,
|
|
|
+ GoodsCategory as GoodsCategorySchemaType,
|
|
|
+ CreateGoodsCategory as CreateGoodsCategorySchemaType,
|
|
|
+ UpdateGoodsCategory as UpdateGoodsCategorySchemaType,
|
|
|
+ RandomGoodsQuery,
|
|
|
+ RandomGoodsResponse,
|
|
|
+ GoodsState,
|
|
|
+ GoodsCategoryState,
|
|
|
+ GoodsType as GoodsTypeEnum
|
|
|
+} from './goods.types.js';
|