https://github.com/apache/openwhisk-client-js/blob/7fd311f58c3c50a4f698a69bf8ae4f036cf50f78/lib/main.d.ts#L248-L252 Should have an optional `main` attribute used to set the function handler for the action code. As seen in action here: https://github.com/apache/openwhisk-runtime-nodejs/blob/master/core/nodejsActionBase/runner.js#L32 Will submit a PR.
openwhisk-client-js/lib/main.d.ts
Lines 248 to 252 in 7fd311f
Should have an optional
mainattribute used to set the function handler for the action code. As seen in action here: https://github.com/apache/openwhisk-runtime-nodejs/blob/master/core/nodejsActionBase/runner.js#L32Will submit a PR.