Files
backend/libs/common/src/modules/space/entities/index.ts
2024-12-12 14:37:44 +04:00

6 lines
182 B
TypeScript

export * from './space.entity';
export * from './subspace';
export * from './space-product.entity';
export * from './space-product-item.entity';
export * from './space-link.entity';