Type Alias SingleOrArray<T>

SingleOrArray: T | T[]

A single value or an array of values

Type Parameters

  • T