Type Alias GuildCustomBotProfileMinAggregateOutputType
GuildCustomBotProfileMinAggregateOutputType: {
avatarKey: string | null;
bannerKey: string | null;
bio: string | null;
dbId: string | null;
enabled: boolean | null;
guildId: string | null;
nick: string | null;
}