diff --git a/lib/index.ts b/lib/index.ts index d529bc7..c55c12e 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 { @@ -56,6 +57,7 @@ export interface PortStatus { cts: boolean dsr: boolean dcd: boolean + lowLatency: boolean } /**