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";