From d019a18a81042e5ed7670ad31ced67566ad6f21c Mon Sep 17 00:00:00 2001 From: Noel-ACLB <80926708+Noel-ACLB@users.noreply.github.com> Date: Sat, 31 May 2025 11:15:43 +0200 Subject: [PATCH] Add friendlyName to PortInfo --- lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.ts b/lib/index.ts index dcfa9035..114d98d4 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -11,6 +11,7 @@ export interface PortInfo { locationId: string | undefined productId: string | undefined vendorId: string | undefined + friendlyName: string | undefined } export interface OpenOptions {