interface RawGiveawayEntry {
    chance: number;
    createdAt: Date;
    giveawayId: string;
    id: string;
    userId: string;
}

Properties

chance: number
createdAt: Date
giveawayId: string
id: string
userId: string