TaggedClass Not Accepting Custom Annotations
is it intentional for TaggedClass to not accept custom annotations? eg.
class MyName extends Schema.TaggedClass<MyName>("@app/MyName")("MyName", {
name: Schema.String,
}, {
[MyAnnotation]: "set",
} ) {}