Compiling to JavaScript results in `any` type
I have a TypeScript library that compiles down into JavaScript, and one of the
In this example,
d.ts files looks like this:In this example,
Address is of type any, whereas when I'm in TypeScript it's of type string