+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "BuildInfo" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" draft = true +++ ## BuildInfo interface Signature ```typescript export interface BuildInfo ``` Import ```typescript import { BuildInfo } from '@grafana/runtime'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [commit](#commit-property) | string | | | [edition](#edition-property) | string | | | [env](#env-property) | string | | | [hasUpdate](#hasupdate-property) | boolean | | | [isEnterprise](#isenterprise-property) | boolean | | | [latestVersion](#latestversion-property) | string | | | [version](#version-property) | string | | ### commit property Signature ```typescript commit: string; ``` ### edition property Signature ```typescript edition: string; ``` ### env property Signature ```typescript env: string; ``` ### hasUpdate property Signature ```typescript hasUpdate: boolean; ``` ### isEnterprise property Signature ```typescript isEnterprise: boolean; ``` ### latestVersion property Signature ```typescript latestVersion: string; ``` ### version property Signature ```typescript version: string; ```