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 {
|
||||
createKubeAuthProxy: CreateKubeAuthProxy;
|
||||
authProxyCa: string;
|
||||
prometheusProviderRegistry: PrometheusProviderRegistry;
|
||||
readonly createKubeAuthProxy: CreateKubeAuthProxy;
|
||||
readonly authProxyCa: string;
|
||||
readonly prometheusProviderRegistry: PrometheusProviderRegistry;
|
||||
}
|
||||
|
||||
export class ContextHandler {
|
||||
|
||||
@ -8,7 +8,7 @@ import type { ClusterFrameInfo } from "../../../../common/cluster-frames";
|
||||
export interface SendToViewArgs {
|
||||
channel: string;
|
||||
frameInfo?: ClusterFrameInfo;
|
||||
data?: any[];
|
||||
data?: unknown[];
|
||||
}
|
||||
|
||||
export interface LensWindow {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user