Type Alias AnyFn

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

Represents a function that takes any number of arguments and returns any value.