JSON → TypeScript由样本 JSON 启发式生成 interface。根接口名JSON{ "id": 1, "name": "demo", "tags": ["a", "b"] }生成类型TypeScript—