Type Alias Many<T>

Many<T>: T | T[]

A union type for either the parameterized type T or an array of T.

Type Parameters

  • T