Type alias NewVolunteersFormsApp
NewVolunteersFormsApp: _NewFormsApp & { categories: { label: string; }[]; styles: VolunteersStyles; type: "VOLUNTEERS"; waiverUrl: string | null; } Type declaration
categories: {
label: string;
}[]
type: "VOLUNTEERS"
waiverUrl: string | null