IEnumerableOrArray<T>: T[] | IEnumerable<T>

A type that is either an array or an enumerable

Type Parameters

  • T

Generated using TypeDoc