import type { AxiosResponse } from 'axios'; const response = await axios.get<AxiosResponse<News[]>>("http://localhost:5000/news") ...
確定! 回上一頁