Type Alias YTSCustomMessageGroupByOutputType

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