Type Alias TSEmbedFieldMaxAggregateOutputType

TSEmbedFieldMaxAggregateOutputType: {
    dbId: string | null;
    inline: boolean | null;
    name: string | null;
    tsMessageEmbedId: string | null;
    value: string | null;
}