Erebus
Erebus2y 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
erquhart2y ago
Exactly There's no date specific validator, you'll need to store them as a string or a number.
Erebus
ErebusOP2y ago
Alright thank you

Did you find this page helpful?