ArrayOneOrMore type

少なくとも 1 つのプロパティを持つ配列。

type ArrayOneOrMore<T> = { 0: T } & T[]