export type LshwDisplay = { product: string | null; vendor: string | null; capabilities: Array; driver: string | null; };