Type Alias RSEmbedFieldMinAggregateOutputType

RSEmbedFieldMinAggregateOutputType: {
    dbId: string | null;
    inline: boolean | null;
    name: string | null;
    rsMessageEmbedId: string | null;
    value: string | null;
}