kafkas/typesync

Implement `unknown` type

Closed this issue · 2 comments

Implement `unknown` type

@mands This is implemented in #122. You can now use the unknown type after upgrading to 0.3.0. It currently compiles to Any for Python and Swift and unknown for TS. We'll probably also add any type which will compile to any for all platforms.

Ah fantastic - works great, thanks!