error 2416 Property 'getName' in type 'Agent' is not assignable to the same property in base type 'Agent'.
Type '(options: AgentConnectOpts) => string' is not assignable to type '(options?: AgentGetNameOptions) => string'.
Types of parameters 'options' and 'options' are incompatible.
Type 'AgentGetNameOptions' is not assignable to type 'AgentConnectOpts'.
Property 'secureEndpoint' is missing in type 'AgentGetNameOptions' but required in type 'HttpConnectOpts'. (lsp)
Seems related to DefinitelyTyped/DefinitelyTyped@239534a#diff-57e7757e84d63cfecb505f51e2bceaa12ecc23024bf9eabeb37572f4c51930a6R1647
We are now seeing errors: