Type Alias YTSEmbedFieldMaxAggregateOutputType

YTSEmbedFieldMaxAggregateOutputType: {
    dbId: string | null;
    inline: boolean | null;
    name: string | null;
    value: string | null;
    ytsMessageEmbedId: string | null;
}