Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiResponse

An API response.

Hierarchy

  • ApiResponse

Index

Properties

Properties

code

code: number

The code.

Optional data

data: any

The data.

env

env: object

Information about the environment.

Type declaration

  • app: object

    Information about the app.

    • name: string

      The name.

    • version: string

      The version.

  • host: string

    Hostname of the machine.

  • lang: string

    The language.

  • machine: string

    ID of the machine.

  • session: string

    The ID of the session.

Optional msg

msg: string

The message.

Generated using TypeDoc