TyperExpectTypes: { paramTypes: string[]; returnType: string[] }

Defines the expected input and output types for a function.

Type declaration

  • paramTypes: string[]

    The expected type(s) of the function's parameters

  • returnType: string[]

    The expected return type(s) of the function