Interface OrbiterResponse<T>

Type Parameters

  • T

Hierarchy

  • OrbiterResponse

Properties

message: string
params: {
    method: string;
    routes: object;
    url: string;
}

Type declaration

  • method: string
  • routes: object
  • url: string
result: T
status: string

Generated using TypeDoc