Rich

Results 1 issues of Rich

in gentTypes.ts: 264:1 ` const propLines = Object.keys(def.properties).map(prop => {` def.properties can be undefined if there are no properties for a given object/stub. which will throw an exception: ` TypeError:...

help wanted