Type alias FunctionName<A>

FunctionName<A>: Extract<keyof A, string>

Type Parameters