TTSEmbedFieldGroupByOutputType: {
    _count: TTSEmbedFieldCountAggregateOutputType | null;
    _max: TTSEmbedFieldMaxAggregateOutputType | null;
    _min: TTSEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    inline: boolean | null;
    name: string;
    ttsMessageEmbedId: string;
    value: string | null;
}