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