import { AxiosResponse } from "axios"; export type AjaxPromise<T = any> = Promise<void | AxiosResponse<T>>;. The T is a generic type that we are ...
確定! 回上一頁