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/" } ] }