Type Alias GuildStickyMessageEmbedGroupByOutputType

GuildStickyMessageEmbedGroupByOutputType: {
    _count: GuildStickyMessageEmbedCountAggregateOutputType | null;
    _max: GuildStickyMessageEmbedMaxAggregateOutputType | null;
    _min: GuildStickyMessageEmbedMinAggregateOutputType | null;
    author: string | null;
    authorIcon: string | null;
    color: string | null;
    dbId: string;
    description: string;
    footer: string | null;
    footerIcon: string | null;
    guildStickyMessageId: string;
    image: string | null;
    thumbnail: string | null;
    title: string | null;
    url: string | null;
}