Our TypeScript declaration transpiler does not enrich ts functions with `| null` in case the related Java method **could** return `null`. Second, we currently do not have support to mark methods in Java to be nullable.
Our TypeScript declaration transpiler does not enrich ts functions with
| nullin case the related Java method could returnnull.Second, we currently do not have support to mark methods in Java to be nullable.