Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestDataTemplate

Hierarchy

  • RequestDataTemplate

Index

Properties

Optional body

body: any

The body of the request.

default

undefined

Optional contentType

contentType: undefined | string

The content type of the request body.

default

'application/json'

Optional params

params: Record<string, string | undefined>

The path parameters of the request.

default

{}

Optional query

query: ParsedQs

The query parameters of the request.

default

{}

Generated using TypeDoc