Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResponseDataTemplate

Hierarchy

  • ResponseDataTemplate

Index

Properties

Properties

Optional body

body: any

The body of the response.

default

undefined

Optional contentType

contentType: undefined | string

The content type of the response body.

default

'application/json'

Optional status

status: undefined | number

The HTTP status code of the response.

default

200

Generated using TypeDoc