CSCustomMessageGroupByOutputType: {
    _count: CSCustomMessageCountAggregateOutputType | null;
    _max: CSCustomMessageMaxAggregateOutputType | null;
    _min: CSCustomMessageMinAggregateOutputType | null;
    clubStreamerId: string;
    content: string | null;
    dbId: string;
    showInviteButton: boolean | null;
    showWatchButton: boolean | null;
    type: StreamerMessageTypeEnum;
}