1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Lauri Nevala 2020-04-29 08:40:25 +03:00
parent c6cd1a066a
commit 06bbf8d8d6

View File

@ -1,5 +1,3 @@
import logger from "../logger";
export type PrometheusQuery = {
[key: string]: string;
}