UNPKG

@pashoo2/clean-architecture-boilerplate

Version:
8 lines (7 loc) 346 B
export * from './baseEntity'; export * from '../abstractClasses/baseEntityAbstractClass'; export * from './entity'; export { IValidateEntity } from './entityFabric'; export { IGetTransferablePropertiesOfEntity } from './entityFabric'; export { IEntityFabricParameters } from './entityFabric'; export { IEntityClassFabric } from './entityFabric';