generate_typescript_dto
Generate TypeScript DTO type declarations from OpenAPI component schemas, including referenced nested types, for API contract integration.
Instructions
Generate TypeScript DTO type declarations from OpenAPI components schema. Includes referenced nested DTO types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backendId | Yes | Required backend id from list_backends. | |
| schemaName | Yes | Component schema name under #/components/schemas. | |
| specUrl | No | Optional docs URL override for this call. |