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

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.

Functions

Previous Page

DeleteCommittee

Next Page

On this page

Function: CreateCommitteeAction()ParametersnameReturns