File "reservedRecord.re", line 1, characters 24-28: 1 | let foo = { foo: "bar", type: "qux" }; ^^^^ Error: type is a reserved keyword, it cannot be used as an identifier. Try `type_` or `_type` instead