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
Error because there is no bitWidth property on the FieldDefinition type.
Object literal may only specify known properties, and 'bitWidth' does not exist in type 'FieldDefinition'.ts(2353)
declare.d.ts(14, 5):
The expected type comes from this index signature.
(property) bitWidth: number
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behaviour
It should at least compile.
Actual behaviour
Error because there is no bitWidth property on the FieldDefinition type.
The text was updated successfully, but these errors were encountered: