import { WebAppCategory } from './category'; import { EntityType } from './entity-type'; import { Structure } from './structure'; import { Upload } from './upload-file'; import { User } from './user'; import { WithMongooseProps } from './with-mongoose-props'; import { WithTenantProps } from './with-tenant-props'; import { WithTranslations } from './with-translations'; export type ActTranslations = { description: string; }; export type Act = WithMongooseProps; originalData?: any; }>>; export type GroupedAct = { _id: string; count: number; entityTypeName: string; entityTypeUrl: string; lastPublicationDate: string; };