Type Alias GuildScheduledEmbedFieldGroupByOutputType

GuildScheduledEmbedFieldGroupByOutputType: {
    _count: GuildScheduledEmbedFieldCountAggregateOutputType | null;
    _max: GuildScheduledEmbedFieldMaxAggregateOutputType | null;
    _min: GuildScheduledEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    guildScheduledMessageEmbedId: string;
    inline: boolean | null;
    name: string;
    value: string | null;
}