add optional

pull/94189/head
Esteban Beltran 10 months ago
parent dc31bbb555
commit d97cc1f65e
No known key found for this signature in database
  1. 2
      packages/grafana-runtime/src/services/dataSourceSrv.ts

@ -75,6 +75,8 @@ export interface GetDataSourceListFilters {
/** Only returns datasources matching the specified types (ie. Loki, Prometheus) */
type?: string | string[];
thisIsAtest?: boolean;
}
let singletonInstance: DataSourceSrv;

Loading…
Cancel
Save