like this ? ```ts EventType: v.union(v.literal(EventType.AdoptionEvent), v.literal(EventType.Fundraising), v.literal(EventType.Awareness)), ```