Type Alias YTSCustomMessageGroupByOutputType

YTSCustomMessageGroupByOutputType: {
    _count: YTSCustomMessageCountAggregateOutputType | null;
    _max: YTSCustomMessageMaxAggregateOutputType | null;
    _min: YTSCustomMessageMinAggregateOutputType | null;
    content: string | null;
    dbId: string;
    type: StreamerMessageTypeEnum;
    youtubeStreamerId: string;
}