Type Alias GuildUpdateToOneWithWhereWithoutDisableBrandingInput

GuildUpdateToOneWithWhereWithoutDisableBrandingInput: {
    data: XOR<GuildUpdateWithoutDisableBrandingInput, GuildUncheckedUpdateWithoutDisableBrandingInput>;
    where?: GuildWhereInput;
}