How to use `Arbitrary.make` with class API in Effect Typescript library?
big donk question: what do i pass to
Arbitrary.make
Arbitrary.make
when using class api to define the schema?
it wants an iterable, so i think i need to pass in an instance of the class, but to do that i need the fields generated if i am understanding correctly, also tried passing