Type Parameters

  • Body = any

Constructors

Properties

Accessors

Constructors

Properties

_cookies: undefined | Partial<{
    [key: string]: string;
}>
body: Body
fetchMetrics: undefined | FetchMetric[]
method: string
url: string

Accessors

  • get cookies(): Partial<{
        [key: string]: string;
    }>
  • Returns Partial<{
        [key: string]: string;
    }>