Skip to content

Interface: BuildInfoDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Health / BuildInfoDto

Interface: BuildInfoDto

Defined in: src/types/health.ts:2

Build information from the backend server.

Properties

buildTimestamp?

optional buildTimestamp: string | null

Defined in: src/types/health.ts:4

Build timestamp, if available.


gitHash?

optional gitHash: 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.