Type Alias GuildScheduledEmbedFieldMaxAggregateOutputType

GuildScheduledEmbedFieldMaxAggregateOutputType: {
    dbId: string | null;
    guildScheduledMessageEmbedId: string | null;
    inline: boolean | null;
    name: string | null;
    value: string | null;
}