UNPKG

kui-shell

Version:

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

8 lines (7 loc) 210 B
export interface Watchable { refreshCommand: string; watchByDefault: boolean; watchInterval?: number; watchLimit?: number; } export declare function isWatchable(model: any): model is Watchable;