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