import { ElementDictionary } from './element'; import { WithMongooseProps } from './with-mongoose-props'; import { WithTranslations } from './with-translations'; import { WithTenantProps } from './with-tenant-props'; import { ReferenceEntityTypes, RenderTypes, SectionTypes } from '../constants'; import { TenderTable } from './tender-table'; export type Section = WithMongooseProps; }>>; export type SectionLink = { link: string; title: string; };