Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Py2Ts documentation
Py2Ts documentation
  • Quickstart Guide
  • Examples
    • Flask & Quart Example
  • Supported Types
  • Contribution Guide
  • API Reference
    • py2ts.config
      • py2ts.config.Config
      • py2ts.config.MinimalConfig
    • py2ts.generate
    • py2ts.data
      • py2ts.data.DerivedType
      • py2ts.data.TSArrayType
      • py2ts.data.TSComplex
      • py2ts.data.TSEnumType
      • py2ts.data.TSInterface
      • py2ts.data.TSInterfaceRef
      • py2ts.data.TSLiteralType
      • py2ts.data.TSPrimitiveType
      • py2ts.data.TSRecordType
      • py2ts.data.TSTupleType
      • py2ts.data.TSUnionType
      • py2ts.data.TypescriptIntersectionType
      • py2ts.data.TypescriptPrimitive
      • py2ts.data.TypescriptType
Back to top
View this page

API ReferenceΒΆ

py2ts.config

py2ts.generate

py2ts.data

Data structures used in the code generation process.

Next
py2ts.config
Previous
Contribution Guide
Copyright © 2025, Sebastian B. Mohr