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

    Interface TiltifyDonationNode

    interface TiltifyDonationNode {
        amount: TiltifyAmount;
        donorComment: string | null;
        donorName: string | null;
        id: string;
        incentives: { publicId: string; type: string }[];
        isMatch: boolean;
        matchCount: number;
    }
    Index
    donorComment: string | null
    donorName: string | null
    id: string
    incentives: { publicId: string; type: string }[]
    isMatch: boolean
    matchCount: number