Type Alias ActiveRoomsInfoResponse

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

Type declaration

  • status: boolean
  • msg: string
  • Optionalrooms?: Room[]