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

    Interface LeaderboardExclusion

    Single row from GET /leaderboard-exclusions/{campaignID} and the { data } payload of the POST / DELETE mutations.

    interface LeaderboardExclusion {
        campaignID: string;
        donorName: string;
    }
    Index
    campaignID: string

    Tiltify campaign ID this exclusion is scoped to.

    donorName: string

    Donor display name to filter out of the leaderboard.