Interface PingResponse

Response expected from a PingRequest.

Hierarchy

Properties

api_version?: number
forwarded?: boolean
id: string | number
result: {
    role?: string;
    unlimited?: boolean;
}

Type declaration

  • Optional role?: string
  • Optional unlimited?: boolean
status?: string
type: string
warning?: "load"
warnings?: ResponseWarning[]

Generated using TypeDoc