-
|
First of all thank you for this awesome tool! I am using NX to manage my monorepo. With the current setup of trpc client, I will have to directly import the Instead, I want to write a script that can copy the types of Any pointers on how I should go about doing this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
As of Typescript 3.8 you can use |
Beta Was this translation helpful? Give feedback.
As of Typescript 3.8 you can use
import typeto only import types. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export