mithril.d.ts
mithril.d.ts copied to clipboard
m.request deserialize should be any not string
The deserialize method of m.request should use type any and not infer a string type.