Converting Union to Intersection Types
type Intersected =
{ format320p: URL } & { format480p: URL } &
{ format720p: URL } & { format1080p: URL };
type Intersected =
{ format320p: URL } & { format480p: URL } &
{ format720p: URL } & { format1080p: URL };