i.e ```rescript type t: {"foo": string, "bar": int} let x = {"foo": "str", "bar": 2} let b = x[" // auto complete available fields here ```