Type Alias TSMessageWebhookGroupByOutputType

TSMessageWebhookGroupByOutputType: {
    _count: TSMessageWebhookCountAggregateOutputType | null;
    _max: TSMessageWebhookMaxAggregateOutputType | null;
    _min: TSMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    enabled: boolean | null;
    tsCustomMessageId: string;
    username: string | null;
}