mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Use trialExpiry for determining if a user is on trial (#47975)
This commit is contained in:
@@ -42,6 +42,7 @@ export interface LicenseInfo {
|
||||
stateInfo: string;
|
||||
edition: GrafanaEdition;
|
||||
enabledFeatures: { [key: string]: boolean };
|
||||
trialExpiry?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user