Request to Opacify Type in ADT
Hello, I would like to know if it's possible to opacify the type in SchemaUnionAllActionsAdt, instead of , I want : Thanks !

Data<{
readonly count: number;
readonly _tag: "ResetTo";
}> | Data<{
readonly add: number;
readonly _tag: "Add";
}>Data<ResetTo> | Data<Add>