From aa1430aa16c2eaca1d62b56ce07b46244b06b371 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:53:47 +0800 Subject: [PATCH] fix type --- web/features/deployments/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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