File

models/service-response.model.ts

Description

Usage and service response.

Index

Properties

Properties

serviceResponse
serviceResponse: S
Type : S

Service call response

usageResponse
usageResponse: U
Type : U

Usage response

export interface ServiceResponse<U, S> {
  /** Service call response */
  serviceResponse: S;
  /** Usage response */
  usageResponse: U;
}

results matching ""

    No results matching ""