Type alias ActiveRoomsInfoResponse

ActiveRoomsInfoResponse: {
    status: boolean;
    msg: string;
    rooms?: Room[];
}

Type declaration

  • status: boolean
  • msg: string
  • Optional rooms?: Room[]