Seeking Equivalent to InstanceOf in Effect Schema Library for Class Validation
Hi, I am trying to create a schema with effect/schema as such:
But InstanceOf doesn't exist in the effect schema library - I was wondering if there was an equavalent to InstanceOf that I could use, as the arg I'm passing (Id in this case) is a class.
But InstanceOf doesn't exist in the effect schema library - I was wondering if there was an equavalent to InstanceOf that I could use, as the arg I'm passing (Id in this case) is a class.
