InterfaceVolunteerData
Interface: InterfaceVolunteerData
Defined in: src/types/Volunteer/interface.ts:4
Defines the structure for volunteer data used in mutations.
Properties
event
event:
string
Defined in: src/types/Volunteer/interface.ts:6
The event ID.
group
group:
string
Defined in: src/types/Volunteer/interface.ts:8
The group ID, or null for individual volunteering.
recurringEventInstanceId?
optionalrecurringEventInstanceId:string
Defined in: src/types/Volunteer/interface.ts:16
(Optional) Instance ID for recurring events.
scope?
optionalscope:"ENTIRE_SERIES"|"THIS_INSTANCE_ONLY"
Defined in: src/types/Volunteer/interface.ts:14
(Optional) Scope for recurring events.
status
status:
string
Defined in: src/types/Volunteer/interface.ts:10
The status of the volunteer request.
userId
userId:
string
Defined in: src/types/Volunteer/interface.ts:12
The user ID of the volunteer.