let Test = { s : Text, i : Natural, b : Bool, d : Text } in { s = "s", i = 10, b = True, d = "5s" } : Test