Type Alias ArrayElement<ArrayType>

ArrayElement: ArrayType[number]

Extract the type of the elements in an array.

Type Parameters

  • ArrayType extends ReadonlyArray<any>