dify/web/context/app-context-types.ts

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
}