diff --git a/tests/helpers/agendaItem.ts b/tests/helpers/agendaItem.ts index e77e1c97014..cbb2fc45e94 100644 --- a/tests/helpers/agendaItem.ts +++ b/tests/helpers/agendaItem.ts @@ -8,7 +8,6 @@ import type { Document } from "mongoose"; import type { TestOrganizationType, TestUserType } from "./userAndOrg"; import { createTestUser } from "./user"; import { Types } from "mongoose"; - export type TestAgendaItemType = InterfaceAgendaItem & Document;