CommitteeClash Documentation
API
Backend
Frontend
Actions
Committee
Functions
CreateCommitteeActionDeleteCommitteeGetCommitteesRenameCommitteeAction
Leaderboard
Period
Possible-task
Review
Submit-task
App
Components
Lib
Types
FrontendActionsCommitteeFunctions

GetCommittees

Function: GetCommittees()

function GetCommittees(): Promise<Response<object[]>>

Defined in: src/actions/committee.tsx:15

Fetches the list of committees from the backend.

Returns

Promise<Response<object[]>>
  • A promise that resolves to a response object containing the list of committees or an error message.

DeleteCommittee

Previous Page

RenameCommitteeAction

Next Page

On this page

Function: GetCommittees()Returns