HttpApiSchema.param AnyString type-error
I'm attempting to create a
now when I try to use it via
I would get a type error
So how would I ensure the Schema validation while coercing it back to AnyString?
This is my current version:
effect: 3.15.4
@effect/platform: 0.82.7(effect@3.15.4)
Thanks!
param that only allows state abbreviations as valid paramsnow when I try to use it via
HttpApiSchema.paramI would get a type error
So how would I ensure the Schema validation while coercing it back to AnyString?
This is my current version:
effect: 3.15.4
@effect/platform: 0.82.7(effect@3.15.4)
Thanks!
