I have a complex type that is inferred from `yup` schema, so something like: ``` export type Config = y.InferType<typeof isConfig> ``` How would one `ts-doc` its properties manually?