Closed ffMathy closed 1 year ago
In EntityTypeMap, I have (not surprisingly) a lot of properties mapping to a lot of types.
EntityTypeMap
But two of my types cannot be found by TypeScript.
export interface EntityTypeMap { Message: Message; //Cannot find name 'Message' Participant: Participant; //Cannot find name 'Participant' }
I had to apply #13 to even get my types to generate. Perhaps this creates some side-effect?
Closing for the same reason as #13
In
EntityTypeMap
, I have (not surprisingly) a lot of properties mapping to a lot of types.But two of my types cannot be found by TypeScript.
I had to apply #13 to even get my types to generate. Perhaps this creates some side-effect?