Type Alias CSMessageWebhookGroupByOutputType

CSMessageWebhookGroupByOutputType: {
    _count: CSMessageWebhookCountAggregateOutputType | null;
    _max: CSMessageWebhookMaxAggregateOutputType | null;
    _min: CSMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    csCustomMessageId: string;
    dbId: string;
    enabled: boolean | null;
    username: string | null;
}