Would it be a better practice to define these interfaces as `typealias InterfaceName = (param: Param...
j
Would it be a better practice to define these interfaces as
typealias InterfaceName = (param: ParamType) -> ReturnType
?