Interface SkillHttpResponse<T>

Type parameters

  • T = unknown

Hierarchy

  • SkillHttpResponse

Index

Properties

contentType

contentType: string

contentType indicates the type of data that the server responded with

data

data: T

data is the response that was provided by the server

status

status: number

status is the HTTP status code from the server response

statusText

statusText: string

statusText is the HTTP status message from the server response

Generated using TypeDoc