Hi I created a struct with a UInt64 property ... It like this in .capnp.d.ts file : getTargetUser(): capnp.Uint64; setTargetUser(value: capnp.Uint64): void; But there is no Uint64 class inside capnp! When we check capnp index.d.ts file, we can see there are Lists and masks for uint64 but there is no class export for UInt64 itself and it's the reason of that error? What's wrong with that?
-- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/capnproto/6a10b1f9-7836-4677-ac89-b5a81dfe4833n%40googlegroups.com.