Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

HttpPayload

HttpPayload: { body?: object; headers?: Headers; method: "GET" | "POST" | "DELETE" | "UPDATE"; params?: object; url: string }

Type declaration

  • Optional body?: object
  • Optional headers?: Headers
  • method: "GET" | "POST" | "DELETE" | "UPDATE"
  • Optional params?: object
  • url: string

Legend

  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Class

Generated using TypeDoc