Improve type safety of ws calls

Description

Problem: we are currently making API calls like this:

```

this . ws . call ( 'core.download' , someparams ). subscribe ((result) => {

}),

```

none of the params are properly typed, and neither is the response.

See if there is a way to make type safety here more stringient and force people to add types.

Problem/Justification

None

Impact

None

SmartDraw Connector

Katalon Manual Tests (BETA)

Activity

Show:

Bug ClerkMay 3, 2021 at 10:25 AM

Complete

Details

Assignee

Reporter

Labels

Components

Priority

More fields

Katalon Platform

Created April 30, 2021 at 5:59 AM
Updated July 1, 2022 at 5:24 PM
Resolved May 4, 2021 at 8:56 AM