Type Alias GuildSingleMessageWebhookGroupByOutputType

GuildSingleMessageWebhookGroupByOutputType: {
    _count: GuildSingleMessageWebhookCountAggregateOutputType | null;
    _max: GuildSingleMessageWebhookMaxAggregateOutputType | null;
    _min: GuildSingleMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    enabled: boolean | null;
    guildCustomSingleMessageId: string;
    username: string | null;
}