From 9eec854c94e2e1f775a7ad5006a740f1f9537787 Mon Sep 17 00:00:00 2001 From: Gareth Hancock <64541249+GazHank@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:10:43 +0100 Subject: [PATCH] Add friendlyName to PortInfo interface --- lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.ts b/lib/index.ts index d529bc7d..f07e3cce 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 {