feat: 添加获取后端git版本信息接口及相关类型定义

This commit is contained in:
2025-09-09 21:16:26 +08:00
parent 75ff858f68
commit 482077c862
3 changed files with 48 additions and 0 deletions

View File

@@ -111,5 +111,6 @@ export type { UserReorderIn } from './models/UserReorderIn';
export type { UserSetIn } from './models/UserSetIn';
export type { UserUpdateIn } from './models/UserUpdateIn';
export type { ValidationError } from './models/ValidationError';
export type { VersionOut } from './models/VersionOut';
export { Service } from './services/Service';