Stephan Sarkisyan
Results
2
comments of
Stephan Sarkisyan
Try `--raw-type any` flag generated code: ```ts // Converts JSON types to/from your types // and asserts the results at runtime export class Convert { public static toMockEventSchema(json: any): MockEventSchema...