nammaniru_common_service
Version:
The service will contain all the functionality which is common for both shop and customer
5 lines • 378 B
text/typescript
export * from './src/models/OrdersSchema/OrdersSchema';
export * from './src/models/OrdersSchema/OrderBillSchema/OrderBillSchema';
export * from './src/models/OrdersSchema/OrderDeliveryAddressSchema/OrderDeliveryAddressSchema';
export * from './src/models/OrdersSchema/OrderItemSchema/OrderItemSchema';
export * from './src/models/DeliveryPersonSchema/DeliveryPersonSchema';