mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 05:46:28 +02:00
assigners can assign volunteer to a team
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
VolunteerAsks,
|
||||
VolunteerParticipationDetails,
|
||||
VolunteerTeamWishes,
|
||||
VolunteerTeamAssign,
|
||||
VolunteerWithoutId,
|
||||
} from "./volunteers"
|
||||
|
||||
@@ -34,3 +35,6 @@ export const volunteerParticipationDetailsSet =
|
||||
serviceAccessors.securedCustomPost<[number, Partial<VolunteerParticipationDetails>]>(
|
||||
"ParticipationDetailsSet"
|
||||
)
|
||||
|
||||
export const volunteerTeamAssignSet =
|
||||
serviceAccessors.securedCustomPost<[number, Partial<VolunteerTeamAssign>]>("TeamAssignSet")
|
||||
|
Reference in New Issue
Block a user