Type Alias WSMessageWebhookGroupByOutputType

WSMessageWebhookGroupByOutputType: {
    _count: WSMessageWebhookCountAggregateOutputType | null;
    _max: WSMessageWebhookMaxAggregateOutputType | null;
    _min: WSMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    enabled: boolean | null;
    username: string | null;
    wsCustomMessageId: string;
}