Union Types から Intersection Types に変換する
A | B | C
のような
Union Types
から
A & B & C
のような
Intersection Types
に変換する方法
参照:
https://stackoverflow.com/questions/50374908/transform-union-type-to-intersection-type