Skip to content
#

type

Here are 644 public repositories matching this topic...

jarredkenny
jarredkenny commented Jun 29, 2022

I am very interested in Application Transformer, and converting TS types into json-schema/openapi.

I would like to be able to use TSON.application with a generic like so:

function toJsonSchema<T> {
  return TSON<T, "swagger",  "#/components/schemas">
}

It would be amazing if these generic references were unrolled at compile time.

However, today this throws `Error: Error

documentation help wanted good first issue question

Improve this page

Add a description, image, and links to the type topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the type topic, visit your repo's landing page and select "manage topics."

Learn more