UNPKG

kui-shell

Version:

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

5 lines (4 loc) 335 B
import { Commands } from '@kui-shell/core'; export declare const format: (command: string, verb: string, entityType: string, options: any, response: string, execOptions: Commands.ExecOptions) => Promise<import("@kui-shell/core/models/entity").MixedResponsePart[] | { tables: import("@kui-shell/core/api/table-models").Table[]; }>;