Request options

Hierarchy

  • Omit<RequestInit, "body">
    • RequestOptions

Properties

Properties

body?: null | Record<string, any> | BodyInit

Request body

query?: Record<string, string>

Request query params

timeout?: number

Request timeout (ms)

Generated using TypeDoc