Type Alias RespondServerMessage

RespondServerMessage: {
    id: string;
    message: string;
    type: "characterResponded";
}

Type declaration

  • id: string
  • message: string
  • type: "characterResponded"