import { List } from "ts-toolbelt"; declare type Unions = Schema | List.UnionOf[]; export default Unions;