SentDropGroupByOutputType: {
    _count: SentDropCountAggregateOutputType | null;
    _max: SentDropMaxAggregateOutputType | null;
    _min: SentDropMinAggregateOutputType | null;
    channelId: string | null;
    dbId: string;
    dropId: string;
    guildId: string;
    messageId: string | null;
    platform: PlatformEnum;
    sentAt: Date;
}