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

Type declaration

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