You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return this._service.getDataType(id)?.validateDataType(this._service.getDataType(dataType._inputTypes!![index] as string) as DataType)
185
-
}).includes(false)
186
-
if (notMatchingInputTypes === false) return false
187
-
188
-
//check return type
189
-
if ((this._returnType && !dataType._returnType) || !this._returnType && dataType._returnType)
190
-
return false
191
-
192
-
if ((this._returnType && dataType._returnType) && !(this._service.getDataType(this._returnType as string)?.validateDataType(this._service.getDataType(dataType._returnType as string) as DataType)))
0 commit comments