TSCustomMessageGroupByOutputType: {
    _count: TSCustomMessageCountAggregateOutputType | null;
    _max: TSCustomMessageMaxAggregateOutputType | null;
    _min: TSCustomMessageMinAggregateOutputType | null;
    content: string | null;
    dbId: string;
    twitchStreamerId: string;
    type: StreamerMessageTypeEnum;
}