Making Props Private with `Schema.Class` in Effect Typescript
Hi! Is there a way to make the props private when using
Like here, I would like to make the name prop of
Schema.Class ?Like here, I would like to make the name prop of
Person not accessible, like is done with Person2. (see in playground)