UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

15 lines (14 loc) 327 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; checkPermissionType?: 'cluster' | 'node'; }