@@ -15315,7 +15315,13 @@ return {
variants = {
{
arguments = {},
- returns = {}
+ returns = {
+ {
+ name = "type",
+ type = "PassType",
+ description = "The type of the Pass."
+ }
}
},
@@ -7,8 +7,7 @@ return {
]],
returns = {
- {
- name = ' type',
+ type = {
type = 'PassType',
description = 'The type of the Pass.'
@@ -16,7 +15,7 @@ return {
+ returns = { 'type' }