Type Alias GuildDisableBrandingUpdateToOneWithWhereWithoutGuildInput

GuildDisableBrandingUpdateToOneWithWhereWithoutGuildInput: {
    data: XOR<GuildDisableBrandingUpdateWithoutGuildInput, GuildDisableBrandingUncheckedUpdateWithoutGuildInput>;
    where?: GuildDisableBrandingWhereInput;
}