Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IServiceActivity

A service call result event. These will be logged by fetchData(...) calls

export
interface

IServiceActivity

Hierarchy

  • IServiceActivity

Index

Properties

end_ts

end_ts: number

request

request: { data: any; headers: {}; url: string }

Type declaration

  • data: any
  • headers: {}
    • [key: string]: string
  • url: string

Optional response

response: Response

start_ts

start_ts: number

status

status: number