Type Alias GuildCustomBotProfileCreateOrConnectWithoutGuildInput

GuildCustomBotProfileCreateOrConnectWithoutGuildInput: {
    create: XOR<GuildCustomBotProfileCreateWithoutGuildInput, GuildCustomBotProfileUncheckedCreateWithoutGuildInput>;
    where: GuildCustomBotProfileWhereUniqueInput;
}