Type Alias CSEmbedFieldMinAggregateOutputType

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