Type Alias WSEmbedFieldMaxAggregateOutputType

WSEmbedFieldMaxAggregateOutputType: {
    dbId: string | null;
    inline: boolean | null;
    name: string | null;
    value: string | null;
    wsMessageEmbedId: string | null;
}