Marc Robichaud
Results
6
comments of
Marc Robichaud
Not actually sure which of these files is nullable, but this does fix our type generation issues: ```yml IncompleteRun: type: object properties: id: description: The ID of the run. type:...
Workarounds discussed in #580
~I don't think your spec is correct. It doesn't return `application/json. It should be `text/plain`.~ ~The fetch function will return a type of `unknown`, which you can cast to a...