Type Alias SingleOrArray<T>

SingleOrArray<T>: T | T[]

A single instance or an array of instances

Type Parameters

  • T