Type Alias GuildScheduledMessageEmbedGroupByOutputType

GuildScheduledMessageEmbedGroupByOutputType: {
    _count: GuildScheduledMessageEmbedCountAggregateOutputType | null;
    _max: GuildScheduledMessageEmbedMaxAggregateOutputType | null;
    _min: GuildScheduledMessageEmbedMinAggregateOutputType | null;
    author: string | null;
    authorIcon: string | null;
    color: string | null;
    dbId: string;
    description: string;
    footer: string | null;
    footerIcon: string | null;
    guildScheduledMessageId: string;
    image: string | null;
    thumbnail: string | null;
    title: string | null;
    url: string | null;
}