Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • MockUrl: string

  • DevUrl: string

  • ProdUrl: string

  • Path: string

  • DataKey: string | undefined

  • ParamName: string

  • QueryName: string

  • RequestDataOptional: boolean

Hierarchy

Index

Properties

allData

allData: Record<string, any>

data

data: Record<string, any>

dataKey

dataKey: DataKey

devUrl

devUrl: DevUrl

fileData

fileData: Record<string, any>

getFormData

getFormData: function

Type declaration

    • (): FormData
    • Returns FormData

hasFileData

hasFileData: boolean

method

method: Method

mockUrl

mockUrl: MockUrl

paramNames

paramNames: ParamName[]

path

path: Path

prodUrl

prodUrl: ProdUrl

queryNames

queryNames: QueryName[]

rawData

rawData: Record<string, any>

requestBodyType

requestBodyType: RequestBodyType

requestDataJsonSchema

requestDataJsonSchema: JSONSchema4

requestDataOptional

requestDataOptional: RequestDataOptional

responseBodyType

responseBodyType: ResponseBodyType

responseDataJsonSchema

responseDataJsonSchema: JSONSchema4

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc