RequestData: {
    method: "get" | "post";
    payload: URLSearchParams;
    url: string;
}

Type declaration

  • method: "get" | "post"
  • payload: URLSearchParams
  • url: string

Generated using TypeDoc