From a0edf3cd7f5779ac1fc8cce2f1692568a6a64d2a Mon Sep 17 00:00:00 2001 From: Marshal Date: Thu, 2 Jul 2026 10:24:29 +0000 Subject: [PATCH] merg conflict --- packages/types/src/freight/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/types/src/freight/index.ts b/packages/types/src/freight/index.ts index 1811c4319..4ca5d4772 100644 --- a/packages/types/src/freight/index.ts +++ b/packages/types/src/freight/index.ts @@ -1,4 +1,5 @@ import type { BaseEntity } from "../common"; +import { ClearanceNextAction, ContractDocPhase, IClearanceMilestone } from "./contracts"; export * from "./dropdown_settings"; export * from "./file_upload_settings";