Type Alias TTSMessageWebhookGroupByOutputType

TTSMessageWebhookGroupByOutputType: {
    _count: TTSMessageWebhookCountAggregateOutputType | null;
    _max: TTSMessageWebhookMaxAggregateOutputType | null;
    _min: TTSMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    enabled: boolean | null;
    ttsCustomMessageId: string;
    username: string | null;
}