I'm been struggle with this and can't seem to find issues or docs that mention this. I've searched on google, stackoverflow, the docs, and tried ChatGPT with no solution. I'm probably missing knowledge of the appropriate terminology.
I'm sure it's documented somewhere, but the discoverability is rather difficult.
I have a type that's imported:
import type { AddressBoxType } from '@ivr3/aws-connect-modules';
interface Outputs {
ADDRESS_BOX_TYPE: AddressBoxType;
}
I'm been struggle with this and can't seem to find issues or docs that mention this. I've searched on google, stackoverflow, the docs, and tried ChatGPT with no solution. I'm probably missing knowledge of the appropriate terminology.
I'm sure it's documented somewhere, but the discoverability is rather difficult.
I have a type that's imported:
The output I get is:
I cannot figure out how to resolve the import with ts-morph.
How do you do this?
fixMissingImports()
wasn't itSimilar questions: