简体中文
Toggle theme
JSON 到 TypeScript
自动生成直接从示例 JSON 解析的 TypeScript 接口。
输入
{ "id": 1, "title": "Tasks", "completed": false }
输出 (TypeScript)
复制
生成TS接口