DecodedAbiFields<C>: C extends {
    fields: infer F;
} ? MergeOutputObjectsArray<F> : never

Type Parameters

  • C