import { AddressSchema } from './address'; import { AslPerson } from './asl-person'; import { WebAppCategory } from './category'; import { EntityType } from './entity-type'; import { News } from './news'; import { Service } from './service'; import { Structure } from './structure'; import { Upload } from './upload-file'; import { WithMongooseProps } from './with-mongoose-props'; import { WithTenantProps } from './with-tenant-props'; import { WithTranslations } from './with-translations'; import { Document } from './document'; import { AggregationPage } from './aggregation-page'; export type Unit = WithMongooseProps; aslPeople?: Array; news?: Array; documentsIds?: Array; documents?: Array; aggregationPageIds?: Array; aggregationPages?: Array; translations: WithTranslations<{ name: string; description: string; skills?: string; additionalInformation?: string; subTitle: string; openingHours?: string; contacts?: string; additionalAddresses?: string; }>; }>>;