import { WithMongooseProps } from './with-mongoose-props'; import { WithTenantProps } from './with-tenant-props'; import { AddressSchema } from './address'; import { WebAppCategory } from './category'; import { EntityType } from './entity-type'; import { WithTranslations } from './with-translations'; import { Upload } from './upload-file'; import { AggregationPage } from './aggregation-page'; import { Service } from './service'; import { AslPerson } from './asl-person'; import { New } from './new'; import { Unit } from './unit'; export type StructureTranslatedFields = { name: string; subTitle?: string; whatIs?: string; shortDescription: string; targetDescription: string; howToReach?: string; openingHours?: string; contacts?: string; }; export type Structure = WithMongooseProps; }>>;