Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMQRPCRequest

Request message data structure expected to be handled by a service

Hierarchy

  • IJson
    • IMQRPCRequest

Indexable

[name: string]: number | string | boolean | null | IJson | any | number[] | string[] | boolean[] | null[] | IJson[] | any[]

Request message data structure expected to be handled by a service

Index

Properties

Properties

args

args: any[]

from

from: string

method

method: string