// ╔═══════╗╔═══════╗╔═══════╗╔═══════╗╔═╗ ╔═╗╔═══════╗╔═══════╗╔═══════╗ // ║ ╔═══╗ ║║ ╔═════╝║ ╔═════╝║ ╔═══╗ ║║ ║ ║ ║║ ╔═══╗ ║║ ╔═════╝║ ╔═════╝ // ║ ╚═══╝ ║║ ╚═════╗║ ╚═════╗║ ║ ║ ║║ ║ ║ ║║ ╚═══╝ ║║ ║ ║ ╚═════╗ // ║ ╔═╗ ╔═╝║ ╔═════╝╚═════╗ ║║ ║ ║ ║║ ║ ║ ║║ ╔═╗ ╔═╝║ ║ ║ ╔═════╝ // ║ ║ ║ ╚═╗║ ╚═════╗╔═════╝ ║║ ╚═══╝ ║║ ╚═══╝ ║║ ║ ║ ╚═╗║ ╚═════╗║ ╚═════╗ // ╚═╝ ╚═══╝╚═══════╝╚═══════╝╚═══════╝╚═══════╝╚═╝ ╚═══╝╚═══════╝╚═══════╝ export type ConnectionResource = { label?: any, username: string, password: string, hostname: string, privateKey: string, }