Type alias TOIMessageEvent

TOIMessageEvent: {
    type: string;
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown
  • type: string

Description

use to type message to send to backend

Generated using TypeDoc