Type alias RealtimeMessage

RealtimeMessage: {
    event: string;
    join_ref?: string;
    payload: any;
    ref: string;
    topic: string;
}

Type declaration

  • event: string
  • Optional join_ref?: string
  • payload: any
  • ref: string
  • topic: string

Generated using TypeDoc