Type Alias InferArgs<T>

InferArgs: T extends (...t: [...(infer Arg)]) => any ? Arg : never

Type Parameters

  • T