Exclude properties from T
T
PickMethod<{ x: string, y: () => void }> -> { y: () => void } Copy
PickMethod<{ x: string, y: () => void }> -> { y: () => void }
Exclude properties from
T