Property 'fullName' is missing in type '{ firstName: string; lastName: string; }' but required in type '{ fullName: ValueExpression<DB, "Foo", string>; }'.ts(2345)
I believe fullName should be typed Generated<string>, shouldn't it? :thinking:
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
This MySQL table
leads to these types
This causes issues when trying
I believe
fullName
should be typedGenerated<string>
, shouldn't it? :thinking:Upvote & Fund