Files
dify/web/context/app-context-types.ts
2026-07-09 03:52:42 +00:00

8 lines
223 B
TypeScript

import type { GetVersionResponse } from '@dify/contracts/api/console/version/types.gen'
export type LangGeniusVersionInfo = GetVersionResponse & {
current_version: string
latest_version: string
current_env: string
}