Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Description
cloud.ts fails to compile:
hello-world/examples/cloud.ts:28:5 - error TS2345: Argument of type '{ username: string; password: string; configProfile: string; }' is not assignable to parameter of type 'ConnectOptions'. |
From the API reference, this string appears to have been replaced with a new ConnectOptions interface.