TypeScript Type Generator

中级development最低上下文:16K

Generates TypeScript type definitions from various sources — JSON data, API responses, database schemas, or plain descriptions. Produces strict types with proper generics, utility types, discriminated unions, and JSDoc comments.

使用场景

  • Generating types from JSON API responses
  • Creating Zod schemas with inferred types
  • Converting database schemas to TypeScript interfaces
  • Building discriminated unions for state machines
  • Adding strict types to untyped JavaScript code

示例提示词

Generate TypeScript types for the following JSON API response.

Requirements:
- Use interfaces (not type aliases) for objects
- Add JSDoc comments for each field
- Use strict types (no `any`)
- Handle nullable fields with `| null`
- Export all types
- Generate a Zod schema that matches the types

JSON response:
```json
[paste JSON here]
```

推荐模型

兼容工具

claude-codecursorgithub-copilotkiroany

模态

输入: text, code
输出: code

相关 Skills

作者

OpenModels Community

@openmodelsrun