@playlive/react-data
    Preparing search index...

    Interface UseFundraisingEventParams

    Params for useFundraisingEvent.

    interface UseFundraisingEventParams {
        charityType: CharityType;
        eventId: string | null | undefined;
    }
    Index
    charityType: CharityType
    eventId: string | null | undefined