diff --git a/web/features/deployments/types.ts b/web/features/deployments/types.ts index 43042b3297..6a74328ec6 100644 --- a/web/features/deployments/types.ts +++ b/web/features/deployments/types.ts @@ -1,4 +1,4 @@ -import type * as EnterpriseContract from '@/contract/generated/enterprise/types.gen' +import type * as EnterpriseContract from '@dify/contracts/enterprise/types.gen' import type { AppIconType } from '@/types/app' type Timestamp = string