Interface IResponse<T>

A generic response

Index

Properties

Properties

Optional data

data: T

Data of the response

Type parameters

  • T

Hierarchy

  • IResponse