Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateOk<T>

Type Parameters

  • T

Hierarchy

Index

Properties

jsonrpc: "2.0"
method: string
params: { result: { data: T; meta: { channel: string } }; subscription: string }

Type declaration

  • result: { data: T; meta: { channel: string } }
    • data: T
    • meta: { channel: string }
      • channel: string
  • subscription: string

Generated using TypeDoc