You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing a model using through GenericModel, it will be necessary to know the expected types of the different attributes. This could be done through return annotations in the attributes of GenericModel. 馃
When implementing a model using through
GenericModel, it will be necessary to know the expected types of the different attributes. This could be done through return annotations in the attributes ofGenericModel. 馃See also #74.
Note
I'm attempting to make small/focused issues that are more straightforward to address, rather than large open-ended issues. 馃寣