The record field name can't be found.
If it's defined in another module or file, bring it into scope by:
- Prefixing it with said module name: TheModule.name
- Or specifying its type: let theValue: TheModule.theType = {name: VALUE}
Type Errors
[E] Line 1, column 5:
The record field name can't be found.
If it's defined in another module or file, bring it into scope by:
- Prefixing it with said module name: TheModule.name
- Or specifying its type: let theValue: TheModule.theType = {name: VALUE}