... AxiosResponse) => { const data = parseList(response); ... axios .get(url) .then((response: AxiosResponse) => { const orders ...
確定! 回上一頁