Type alias MethodReturn<K>

MethodReturn<K>: ReturnType<Methods[K]>

The return type of a given method from Methods

Type Parameters