Type alias ProtocolResponseType<Entry>

ProtocolResponseType<Entry>: Entry extends ((...args) => infer R)
    ? R
    : never

Type Parameters

  • Entry