Interface: BuildInfoDto
@kortexya/reasoninglayer / Health / BuildInfoDto
Interface: BuildInfoDto
Defined in: src/types/health.ts:2
Build information from the backend server.
Properties
buildTimestamp?
optionalbuildTimestamp:string|null
Defined in: src/types/health.ts:4
Build timestamp, if available.
gitHash?
optionalgitHash:string|null
Defined in: src/types/health.ts:6
Git commit hash, if available.
version
version:
string
Defined in: src/types/health.ts:8
Server version string.