UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

4 lines (3 loc) 213 B
export interface ResponseStructure { } export declare type IReplResponse = void | boolean | Promise<boolean> | number | Promise<number> | string | Promise<string> | ResponseStructure | Promise<ResponseStructure>;