Elections ``` export const elections = [ { id:3, code:"PRE2019", name:"Presidential Election 2020" }, { id:2, code:"PAR2020", name:"Parliamentary Election 2020" }, { id:1, code:"PRO2020", name:"Provincial Council Election 2019" }, ] ```