The options for making a request to the REST API.

Type Parameters

  • B = any

  • P extends Record<string, any> = Record<string, any>

Hierarchy

  • FetchOptions

Properties

Properties

body?: B

The body of the request.

params?: P

The query parameters of the request.