Hi, it would be nice if this syntax could be implemented: ```lua function someFunction({ prop1, prop2 }) print(prop1, prop2) end ```