Type Alias TTSEmbedFieldMaxAggregateOutputType

TTSEmbedFieldMaxAggregateOutputType: {
    dbId: string | null;
    inline: boolean | null;
    name: string | null;
    ttsMessageEmbedId: string | null;
    value: string | null;
}