KSCustomMessageGroupByOutputType: {
    _count: KSCustomMessageCountAggregateOutputType | null;
    _max: KSCustomMessageMaxAggregateOutputType | null;
    _min: KSCustomMessageMinAggregateOutputType | null;
    content: string | null;
    dbId: string;
    kickStreamerId: string;
    type: StreamerMessageTypeEnum;
}