Type alias Infer<T>

Infer<T>: T extends JSONMethodInstance<unknown, infer Out> ? Out : never

Type Parameters

  • T

Generated using TypeDoc