influxdb: config page: typescript-fix for strict-mode (#40465)

This commit is contained in:
Gábor Farkas
2021-10-15 11:29:41 +02:00
committed by GitHub
parent 374041148d
commit 8e070d6858
2 changed files with 3 additions and 3 deletions

View File

@@ -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;