When trying to parse this file, quicktype trips because it does not know about e.g. DOM events (KeyboardEvent).
Typescript includes these via lib.d.ts, but quicktype seems not to do that. Adding something like
///<reference path='lib.d.ts' />
does not help.