Type Alias FunctionProperties<T>

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

Type Parameters

  • T