Use native ts type
I was wondering if I could use an already created type:
inside an arktype type declaration:
I would go on and create an arktype literal as suggested in the docs, but this type is being declared from another object:
And I want it to be tighly coupled with that object
inside an arktype type declaration:
I would go on and create an arktype literal as suggested in the docs, but this type is being declared from another object:
And I want it to be tighly coupled with that object