Type Alias GuildCreateOrConnectWithoutCustomBotProfileInput

GuildCreateOrConnectWithoutCustomBotProfileInput: {
    create: XOR<GuildCreateWithoutCustomBotProfileInput, GuildUncheckedCreateWithoutCustomBotProfileInput>;
    where: GuildWhereUniqueInput;
}