Type Alias GuildCustomBotProfileUpdateToOneWithWhereWithoutGuildInput

GuildCustomBotProfileUpdateToOneWithWhereWithoutGuildInput: {
    data: XOR<GuildCustomBotProfileUpdateWithoutGuildInput, GuildCustomBotProfileUncheckedUpdateWithoutGuildInput>;
    where?: GuildCustomBotProfileWhereInput;
}