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
and there is a type error ts: Property 'foptional' is missing in type '{ frequired: string; }' but required in type '{ frequired: string; foptional: string | null; id?: number | undefined; }'.
The text was updated successfully, but these errors were encountered:
I'd send a code sandbox but even literally just importing the lib with no other deps gives some bs errors about ( when I don't even have any in my singular ts file....
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.39.3
What version of
drizzle-kit
are you using?0.30.4
Other packages
[email protected]
Describe the Bug
In this example the type for someThing looks like this:
and there is a type error
ts: Property 'foptional' is missing in type '{ frequired: string; }' but required in type '{ frequired: string; foptional: string | null; id?: number | undefined; }'.
The text was updated successfully, but these errors were encountered: