sagas/rounds

Namespace

sagas/rounds

Source:

Methods

(async, generator, static) getRoundDetails(action)

Description:
  • Get round details

Source:
Properties:
Name Type Description
action object
Properties
Name Type Description
roundId number
Parameters:
Name Type Description
action object

(async, generator, static) getRoundsSaga(action)

Description:
  • Get rounds list

Source:
Parameters:
Name Type Description
action object

Filtering data

(async, static) module.exports() → {void}

Source:
Returns:
Type
void

Type Definitions

"getRoundDetails/response.data"

Source:
Properties:
Name Type Description
roundId number
roundStartDate string
roundEndDate string
roundStatus number
Type:
  • object

"getRounds/response.data"

Source:
Properties:
Name Type Description
rounds Array.<Round>
totalPage number
Type:
  • object

Round

Source:
Properties:
Name Type Description
roundId number
roundStartDate string
roundEndDate string
roundStatus number
Type:
  • object