2021-12-07 13:18:08 -05:00

6 lines
169 B
TypeScript

import { KubeConfig } from './config';
export declare class ProtoClient {
readonly 'config': KubeConfig;
get(msgType: any, requestPath: string): Promise<any>;
}