DropGameAdmin: {
    dbId: string;
    dropCount: number;
    gameId: string;
    ignored: boolean;
    imageUrl: string | null;
    name: string;
    platform: DropPlatform;
    slug: string | null;
}