Type Alias YTSMessageWebhookGroupByOutputType

YTSMessageWebhookGroupByOutputType: {
    _count: YTSMessageWebhookCountAggregateOutputType | null;
    _max: YTSMessageWebhookMaxAggregateOutputType | null;
    _min: YTSMessageWebhookMinAggregateOutputType | null;
    avatarUrl: string | null;
    dbId: string;
    enabled: boolean | null;
    username: string | null;
    ytsCustomMessageId: string;
}