interface RequestOptions

Options for an individual request, overriding client defaults.

Properties

optional
headers: Record<string, string>
optional
timeout: number

Usage

import { type RequestOptions } from ".";