Interface ISuccessResponse<T>

A generic success response

Index

Properties

Properties

data

data: T

Data of the response

duration

duration: number

The time that the successfull response took to complete

Type parameters

  • T

Hierarchy