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