import * as Avro from './avro.domain' type Union = T[] & { _ts: T['_ts'] } const Union = (types: T[]): Union => types as Union export { Union }