JSON 转 TypeScript
将 JSON 转换为 TypeScript 类型
{ "success": true, "data": [ { "anime_id": 1, "anime_name": "bleach", "anime_img": "https://eaxmpleimage.com/" }, { "anime_id": 2, "anime_name": "black_clover", "anime_img": "https://eaxmpleimage2.com/" } ] }