mirror of
https://github.com/langgenius/dify.git
synced 2026-07-15 01:17:04 +08:00
8 lines
223 B
TypeScript
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
|
|
}
|