Type alias ActiveRoomInfoResponse

ActiveRoomInfoResponse: {
    status: boolean;
    msg: string;
    room?: Room;
}

Type declaration

  • status: boolean
  • msg: string
  • Optional room?: Room