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
I think it would be useful if the createModel function can accept a generic type and then each column name can be calculated as a keyof that model or string as a default. That way we would be able to specify a predefined structure of the model, based on a domain model that already exists.
The text was updated successfully, but these errors were encountered:
I think it would be useful if the
createModel
function can accept a generic type and then each column name can be calculated as akeyof
that model or string as a default. That way we would be able to specify a predefined structure of the model, based on a domain model that already exists.The text was updated successfully, but these errors were encountered: