export interface TerminalOption {
cluster: string;
namespace: string;
pod: string;
container: string;
user?: string;
command?: string;
label?: string;
advanceApi?: boolean;
cmd?: string;
icon?: string;
notClearWhenReconnect?: boolean;
checkPermissionType?: 'cluster' | 'node';
}