CreateCommitteeAction
Function: CreateCommitteeAction()
function CreateCommitteeAction(name): Promise<Response<void>>
Defined in: src/actions/committee.tsx:65
Creates a new committee with the specified name.
Parameters
name
string
The name of the committee to create.
Returns
Promise<Response<void>>
- A promise that resolves to a response object indicating success or failure.