Type Alias TWSEmbedFieldMinAggregateOutputType

TWSEmbedFieldMinAggregateOutputType: {
    dbId: string | null;
    inline: boolean | null;
    name: string | null;
    twsMessageEmbedId: string | null;
    value: string | null;
}