次の方法で共有


ArrayOneOrMore type

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

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