Type Alias GuildRolePanelEmbedGroupByOutputType

GuildRolePanelEmbedGroupByOutputType: {
    _avg: GuildRolePanelEmbedAvgAggregateOutputType | null;
    _count: GuildRolePanelEmbedCountAggregateOutputType | null;
    _max: GuildRolePanelEmbedMaxAggregateOutputType | null;
    _min: GuildRolePanelEmbedMinAggregateOutputType | null;
    _sum: GuildRolePanelEmbedSumAggregateOutputType | null;
    author: string | null;
    authorIcon: string | null;
    color: string | null;
    dbId: string;
    description: string;
    footer: string | null;
    footerIcon: string | null;
    guildRolePanelId: string;
    image: string | null;
    order: number;
    thumbnail: string | null;
    title: string | null;
    url: string | null;
}