Type Alias FunctionPropertyNames<T>

FunctionPropertyNames: { [K in keyof T]: T[K] extends Function ? K : never }[keyof T]

Type Parameters

  • T