Type Alias GuildDropsGameWebhookGroupByOutputType

GuildDropsGameWebhookGroupByOutputType: {
    _count: GuildDropsGameWebhookCountAggregateOutputType | null;
    _max: GuildDropsGameWebhookMaxAggregateOutputType | null;
    _min: GuildDropsGameWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    guildDropsGameId: string;
    username: string | null;
}