Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParsedResponse<T>

parsed mock batch response

Type parameters

  • T = any

Hierarchy

  • ParsedResponse

Index

Properties

headers

headers: {}

Type declaration

  • [key: string]: string

json

json: () => Promise<BatchPlainODataResponse<T>>

Type declaration

status

status: number

statusText

statusText: string

text

text: () => Promise<string>

Type declaration

    • (): Promise<string>
    • Returns Promise<string>

Generated using TypeDoc