Type Alias GenericFunction

GenericFunction: ((...args: any[]) => any)

Any function that can be called with any arguments and return any value.