Type alias LiveMsg

LiveMsg: {
    appId: string;
    code: string;
    command: Command;
    data: Record<string, any> | Record<string, any>[];
    frontRequestId: string;
    message: string;
    requestId: string;
    roomCode: string;
    triggerUserId: string;
}

响应的信息结构体。

Type declaration

  • appId: string
  • code: string
  • command: Command
  • data: Record<string, any> | Record<string, any>[]
  • frontRequestId: string
  • message: string
  • requestId: string
  • roomCode: string
  • triggerUserId: string