I have a tagged union class like this
type TaggedUnion = { type: "type1", prop1: string, prop2: string,.. } | { type: "type2", prop1: stri