Appearance
type GetControllerHandlers<T> = { [K in keyof T as T[K] extends Function ? K : never]?: string; };
Controller handler methods type
T