GetCommittees

Function: GetCommittees()

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

Defined in: 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.

On this page