Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IResult<TData>

The IResult interface splits up the server response in different fragments, namely in:

  • data
  • res

Type parameters

  • TData

    generic type

Hierarchy

Index

Properties

Properties

data

data: TData

Holds the data from server response in a generic way. TData could be of any type, for example:

Optional paging

paging: Paging<TData>

res

Server response of type IFetchResponse.

Generated using TypeDoc