Type Alias GuildCustomBotProfileGroupByOutputType

GuildCustomBotProfileGroupByOutputType: {
    _count: GuildCustomBotProfileCountAggregateOutputType | null;
    _max: GuildCustomBotProfileMaxAggregateOutputType | null;
    _min: GuildCustomBotProfileMinAggregateOutputType | null;
    avatarKey: string | null;
    bannerKey: string | null;
    bio: string | null;
    dbId: string;
    enabled: boolean;
    guildId: string;
    nick: string | null;
}