Type Alias GuildMessageWebhookGroupByOutputType

GuildMessageWebhookGroupByOutputType: {
    _count: GuildMessageWebhookCountAggregateOutputType | null;
    _max: GuildMessageWebhookMaxAggregateOutputType | null;
    _min: GuildMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    enabled: boolean | null;
    guildCustomMessageId: string;
    username: string | null;
}