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.