+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "LicenseInfo" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## LicenseInfo interface Describes the license information about the current running instance of Grafana. Signature ```typescript export interface LicenseInfo ``` Import ```typescript import { LicenseInfo } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [expiry](#expiry-property) | number | | | [hasLicense](#haslicense-property) | boolean | | | [licenseUrl](#licenseurl-property) | string | | | [stateInfo](#stateinfo-property) | string | | ### expiry property Signature ```typescript expiry: number; ``` ### hasLicense property Signature ```typescript hasLicense: boolean; ``` ### licenseUrl property Signature ```typescript licenseUrl: string; ``` ### stateInfo property Signature ```typescript stateInfo: string; ```