Modeling string template type
I have a type
which I have modelled with arkType as
Which seems like the same thing. But out infer type of
foo
is just string
.
Just wondering if there is a way to model '' | `/${string}` that will give me that as an infer/out type?0 Replies