• Overview
@angular/forms/signals

OneOrMany

Type Alias

A type that represents either a single value of type T or a readonly array of T.

API

    
      type OneOrMany<T> = T | readonly T[]
    
    
Jump to details