export { entityService } from './entity.service';
export type { EntityServiceInterface, EntityServiceResponse, ShopInterface, } from './entity.service.interface';
export type { Entity, Customer, EntityUser, EntityMetadata, EntityResponse, } from './entity.type';
