docs/typing: validate
method should support event
as Any type
#401
Labels
feature-request
feature request
Uh oh!
There was an error while loading. Please reload this page.
Problem
In some cases you want to use
validate
for something internal, like a downstream api call with returns a list of data:Currently
validate
type hintsevent
as only aDict
, but it might be aList
orTuple
etc..Solution?
Just type
event
asAny
The text was updated successfully, but these errors were encountered: