Erebus
Erebus14mo ago

Enum validation

like this ?
EventType: v.union(v.literal(EventType.AdoptionEvent), v.literal(EventType.Fundraising), v.literal(EventType.Awareness)),
EventType: v.union(v.literal(EventType.AdoptionEvent), v.literal(EventType.Fundraising), v.literal(EventType.Awareness)),
2 Replies
erquhart
erquhart14mo ago
Exactly There's no date specific validator, you'll need to store them as a string or a number.
Erebus
ErebusOP14mo ago
Alright thank you

Did you find this page helpful?