Type Alias GuildUpdateToOneWithWhereWithoutCustomBotProfileInput

GuildUpdateToOneWithWhereWithoutCustomBotProfileInput: {
    data: XOR<GuildUpdateWithoutCustomBotProfileInput, GuildUncheckedUpdateWithoutCustomBotProfileInput>;
    where?: GuildWhereInput;
}