Type Alias CSEmbedFieldMaxAggregateOutputType

CSEmbedFieldMaxAggregateOutputType: {
    csMessageEmbedId: string | null;
    dbId: string | null;
    inline: boolean | null;
    name: string | null;
    value: string | null;
}