We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have a complex type that is inferred from yup schema, so something like:
yup
export type Config = y.InferType<typeof isConfig>
How would one ts-doc its properties manually?
ts-doc