DropMaxAggregateOutputType: {
    createdAt: Date | null;
    dbId: string | null;
    description: string | null;
    dropId: string | null;
    endsAt: Date | null;
    gameId: string | null;
    imageUrl: string | null;
    name: string | null;
    organizationId: string | null;
    organizationName: string | null;
    organizationUrl: string | null;
    platform: PlatformEnum | null;
    startsAt: Date | null;
    status: string | null;
    updatedAt: Date | null;
    url: string | null;
}