Type.FunctionReturn

Returns the data type that is returned by a specific function type.

Syntax

Type.FunctionReturn(type as type) as type

About

Returns the data type that is returned by a specific function type.

Explanation

Determine the return type of () as any in Power Query M language. The function is described as type function () as any and the output type is any.