Greetings. Is there a way that we can make use of the application's types? Are the `d.ts` declarations available anywhere? Ideally, I'd like do something like this: ```typescript import { Doc } from '@somewhere/models/search.model'; ``` Jeff
Greetings. Is there a way that we can make use of the application's types? Are the
d.tsdeclarations available anywhere?Ideally, I'd like do something like this:
Jeff