Type Alias GuildEmbedFieldMinAggregateOutputType

GuildEmbedFieldMinAggregateOutputType: {
    dbId: string | null;
    guildMessageEmbedId: string | null;
    inline: boolean | null;
    name: string | null;
    value: string | null;
}