mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Tweak typing
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
96b5771b08
commit
0f067da6f4
@ -27,9 +27,9 @@ interface PrometheusServicePreferences {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface Dependencies {
|
interface Dependencies {
|
||||||
createKubeAuthProxy: CreateKubeAuthProxy;
|
readonly createKubeAuthProxy: CreateKubeAuthProxy;
|
||||||
authProxyCa: string;
|
readonly authProxyCa: string;
|
||||||
prometheusProviderRegistry: PrometheusProviderRegistry;
|
readonly prometheusProviderRegistry: PrometheusProviderRegistry;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class ContextHandler {
|
export class ContextHandler {
|
||||||
|
|||||||
@ -8,7 +8,7 @@ import type { ClusterFrameInfo } from "../../../../common/cluster-frames";
|
|||||||
export interface SendToViewArgs {
|
export interface SendToViewArgs {
|
||||||
channel: string;
|
channel: string;
|
||||||
frameInfo?: ClusterFrameInfo;
|
frameInfo?: ClusterFrameInfo;
|
||||||
data?: any[];
|
data?: unknown[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LensWindow {
|
export interface LensWindow {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user