DropCampaign: {
    dbId: string;
    dropId: string;
    endsAt: Date;
    game: {
        name: string;
        slug: string | null;
    } | null;
    name: string;
    organizationName: string | null;
    platform: DropPlatform;
    sentCount: number;
    startsAt: Date;
    status: string;
}