Type Alias CFEmbedFieldMaxAggregateOutputType

CFEmbedFieldMaxAggregateOutputType: {
    cfMessageEmbedId: string | null;
    dbId: string | null;
    inline: boolean | null;
    name: string | null;
    value: string | null;
}