UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

14 lines (13 loc) 281 B
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; }