mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
influxdb: config page: typescript-fix for strict-mode (#40465)
This commit is contained in:
@@ -8,8 +8,8 @@ export enum InfluxVersion {
|
||||
export interface InfluxOptions extends DataSourceJsonData {
|
||||
version?: InfluxVersion;
|
||||
|
||||
timeInterval: string;
|
||||
httpMode: string;
|
||||
timeInterval?: string;
|
||||
httpMode?: string;
|
||||
|
||||
// With Flux
|
||||
organization?: string;
|
||||
|
||||
Reference in New Issue
Block a user