Type Alias CFMessageWebhookGroupByOutputType

CFMessageWebhookGroupByOutputType: {
    _count: CFMessageWebhookCountAggregateOutputType | null;
    _max: CFMessageWebhookMaxAggregateOutputType | null;
    _min: CFMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    cfCustomMessageId: string;
    dbId: string;
    enabled: boolean | null;
    username: string | null;
}