Type alias Event

Event: {
    data: any;
    guid: EventGuid;
    sequence_number: string;
    type: string;
}

Type declaration

  • data: any

    The JSON representation of the event

  • guid: EventGuid
  • sequence_number: string
  • type: string

Generated using TypeDoc