Type Alias GuildCustomBotProfileMaxAggregateOutputType

GuildCustomBotProfileMaxAggregateOutputType: {
    avatarKey: string | null;
    bannerKey: string | null;
    bio: string | null;
    dbId: string | null;
    enabled: boolean | null;
    guildId: string | null;
    nick: string | null;
}