import { open } from '@tauri-apps/plugin-shell'; import type { HttpResponse } from '@yaakapp/api'; import { IconButton } from './core/IconButton'; import { KeyValueRow, KeyValueRows } from './core/KeyValueRow'; interface Props { response: HttpResponse; } export function ResponseInfo({ response }: Props) { return (