Home > @skunkteam/types > OneOrMore OneOrMore type An Array with at least one element. Signature: type OneOrMore<T> = [T, ...T[]];