The type for this variant, unique among Folktale data structures (and ideally unique among all unions in your application, as its used for type checking).
This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.
The type for this variant, unique among Folktale data structures (and ideally unique among all unions in your application, as its used for type checking).
get type() {
return typeId;
}