PluginBuildInfo interface
Signature
export interface PluginBuildInfo
Import
import { PluginBuildInfo } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
branch | string |
|
hash | string |
|
number | number |
|
pr | number |
|
repo | string |
|
time | number |
branch property
Signature
branch?: string;
hash property
Signature
hash?: string;
number property
Signature
number?: number;
pr property
Signature
pr?: number;
repo property
Signature
repo?: string;
time property
Signature
time?: number;