Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReadResponse

Hierarchy

  • ReadResponse

Index

Properties

as

as: function

Type declaration

    • <T>(constructor: Constructable<T>): T[]
    • Type parameters

      Parameters

      • constructor: Constructable<T>

      Returns T[]

body

body: object

httpCode

httpCode: number

isSuccess

isSuccess: function

Type declaration

    • (): boolean
    • Returns boolean

type

type: Constructable<Entity>