blob: 754d5fe464e92782ec23d55e43a37656cba10cc8 [file] [log] [blame]
result_type = object({
a = string
b = string
c = string
})
result = {
a = "a value"
b = "b value"
c = "c value"
}