Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Event

A namespace for event API interfaces.

Index

Interfaces

Type aliases

Type aliases

Emission

Emission: { schema_id: string }

The event emission type.

Type declaration

  • [key: string]: any
  • schema_id: string

Request

Request: { data: {}; schema_id: string; version: string }

The event request type.

Type declaration

  • data: {}
    • [key: string]: any
  • schema_id: string
  • version: string

Stream

An event stream with the characteristics of a signal and an async iterator.

Generated using TypeDoc