playlite
    Preparing search index...
    interface GiveawayWithAffinity {
        affinityData: { affinity: number; badge?: "TOP PICK" | "PARA VOCÊ" };
        id: number;
        title: string;
        image: string;
        worth: string;
        platforms: string;
        open_giveaway_url: string;
        end_date: string | null;
        description: string;
    }

    Hierarchy

    • Giveaway
      • GiveawayWithAffinity
    Index

    Properties

    affinityData: { affinity: number; badge?: "TOP PICK" | "PARA VOCÊ" }
    id: number
    title: string
    image: string
    worth: string
    platforms: string
    open_giveaway_url: string
    end_date: string | null
    description: string