Type alias RequestConfig

RequestConfig: {
    method: string;
    url: string;
}

Type declaration

  • method: string
  • url: string

Generated using TypeDoc