import { List, Union } from "ts-toolbelt"; /** * intersect all {@template Types} tp one type */ declare type Merge = Union.IntersectOf>; export default Merge;