Type Alias GuildDropsWebhookGroupByOutputType

GuildDropsWebhookGroupByOutputType: {
    _count: GuildDropsWebhookCountAggregateOutputType | null;
    _max: GuildDropsWebhookMaxAggregateOutputType | null;
    _min: GuildDropsWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    guildDropsId: string;
    username: string | null;
}