Type Alias TTSCustomMessageGroupByOutputType

TTSCustomMessageGroupByOutputType: {
    _count: TTSCustomMessageCountAggregateOutputType | null;
    _max: TTSCustomMessageMaxAggregateOutputType | null;
    _min: TTSCustomMessageMinAggregateOutputType | null;
    content: string | null;
    dbId: string;
    tiktokStreamerId: string;
    type: StreamerMessageTypeEnum;
}