Converting `@effect-ts/schema` Struct to Customized String
Hi everyone, i have a question related to
I'm parsing the route with
Now is there any way to convert a
In this case, instead of
@effect-ts/schema .I'm parsing the route with
path-parserNow is there any way to convert a
@effect-ts/schema struct into a customized string (like above /users/:id?a&b)In this case, instead of
path = new Path('/users/:id?a&b') , i would just use