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