import { WithMongooseProps } from './with-mongoose-props'; import { WithTenantProps } from './with-tenant-props'; import { WebAppCategory } from './category'; import { WithTranslations } from './with-translations'; import { EntityTypeTypes, ReferenceEntityTypes } from '../constants'; export type EntityType = WithMongooseProps; parent?: EntityType; pageUrl?: string; isAdministrationEntityType?: boolean; }>>;