I want to create a re-usable type for functions, so that I can say:
type MyFunc = ... const func1: MyFunc = ... const func2: MyFunc = ...
Th