@oneblink/sdk-core
    Preparing search index...

    Type Alias NewVolunteersFormsApp

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