UNPKG

kui-shell

Version:

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

10 lines (9 loc) 288 B
import { Mode } from '@kui-shell/core/api/registrars'; import { KubeResource } from '@kui-shell/plugin-k8s'; export interface ResponseObject { isFromFlowCommand?: boolean; model: KubeResource[]; resource: KubeResource; } declare const flowMode: Mode; export default flowMode;