Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 366 Bytes

File metadata and controls

15 lines (7 loc) · 366 Bytes

FunctionType

Function type with result and arg types.

Properties

Name Type Description Notes
resultType V1alpha1Type [optional]
argTypes List<V1alpha1Type> Argument types of the function. [optional]