@playlive/tiltify-core
    Preparing search index...

    Interface FundraisingEventLookup

    Subset of the Tiltify client required by the classifier.

    interface FundraisingEventLookup {
        GetFundraiser(eventID: string): Promise<TiltifyFundraisingEvent | null>;
    }
    Index