The AxiosResponse interface looks like this: export interface AxiosResponse<T = any> { data: T; status: number; statusText: string; headers: any; ...
確定! 回上一頁